Changeset 1123 for trunk/yat/classifier
- Timestamp:
- Feb 22, 2008, 6:11:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/NBC.h
r1121 r1123 78 78 /// feature (see Averager and AveragerWeighted for details). 79 79 /// 80 /// If variance can not be estimated (too few data points or all 81 /// points identical) for a feature and label, then that feature 82 /// is ignored for that specific label. 83 /// 84 /// @return true if training succedeed. 80 /// If variance can not be estimated (only one valid data point) 81 /// for a feature and label, then that feature is ignored for that 82 /// specific label. 85 83 /// 86 84 void train();
Note: See TracChangeset
for help on using the changeset viewer.