Changeset 1124 for trunk/yat/classifier


Ignore:
Timestamp:
Feb 22, 2008, 7:48:31 PM (16 years ago)
Author:
Peter
Message:

train returns nothing, removed docs saying else

Location:
trunk/yat/classifier
Files:
3 edited

Legend:

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

    r1121 r1124  
    9696    /// Train the classifier using the training data.
    9797    /// This function does nothing but is required by the interface.
    98     ///
    99     /// @return true if training succedeed.
    10098    ///
    10199    void train();
  • trunk/yat/classifier/NCC.h

    r1121 r1124  
    9191    /// Train the classifier using the training data. Centroids are
    9292    /// calculated for each class.
    93     ///
    94     /// @return true if training succedeed.
    9593    ///
    9694    void train();
  • trunk/yat/classifier/SVM.h

    r1121 r1124  
    184184
    185185       \throw if maximal number of epoch is reach.
    186  
    187        @return true if succesful
    188186    */
    189187    void train(const KernelLookup& kernel, const Target& target);
Note: See TracChangeset for help on using the changeset viewer.