Changeset 1124 for trunk/yat/classifier
- Timestamp:
- Feb 22, 2008, 7:48:31 PM (16 years ago)
- Location:
- trunk/yat/classifier
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/KNN.h
r1121 r1124 96 96 /// Train the classifier using the training data. 97 97 /// This function does nothing but is required by the interface. 98 ///99 /// @return true if training succedeed.100 98 /// 101 99 void train(); -
trunk/yat/classifier/NCC.h
r1121 r1124 91 91 /// Train the classifier using the training data. Centroids are 92 92 /// calculated for each class. 93 ///94 /// @return true if training succedeed.95 93 /// 96 94 void train(); -
trunk/yat/classifier/SVM.h
r1121 r1124 184 184 185 185 \throw if maximal number of epoch is reach. 186 187 @return true if succesful188 186 */ 189 187 void train(const KernelLookup& kernel, const Target& target);
Note: See TracChangeset
for help on using the changeset viewer.