Changeset 1115 for trunk/yat/classifier
- Timestamp:
- Feb 21, 2008, 8:20:59 PM (15 years ago)
- Location:
- trunk/yat/classifier
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/KNN.h
r1112 r1115 46 46 /// @brief Class for Nearest Neigbor Classification. 47 47 /// 48 /// The template argument Distance should be a class implementing48 /// The template argument Distance should be a class modelling 49 49 /// the concept \ref concept_distance. 50 /// The template argument NeigborWeighting should be a class implementing50 /// The template argument NeigborWeighting should be a class modelling 51 51 /// the concept \ref concept_neighbor_weighting. 52 52 -
trunk/yat/classifier/NCC.h
r1112 r1115 56 56 /// @brief Class for Nearest Centroid Classification. 57 57 /// 58 /// The template argument Distance should be a class implementing58 /// The template argument Distance should be a class modelling 59 59 /// the concept \ref concept_distance. 60 60 ///
Note: See TracChangeset
for help on using the changeset viewer.