Changeset 1123 for trunk/yat/classifier


Ignore:
Timestamp:
Feb 22, 2008, 6:11:04 PM (16 years ago)
Author:
Peter
Message:

corrected docs to better reflect reality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/NBC.h

    r1121 r1123  
    7878    /// feature (see Averager and AveragerWeighted for details).
    7979    ///
    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.
    8583    ///
    8684    void train();
Note: See TracChangeset for help on using the changeset viewer.