Classes | |
| class | Classifier |
| class | NearestNeighborClassifier |
| class | SVMClassifier |
| class | ZeroClassifier |
Typedefs | |
| typedef std::map< std::string, CPointList > | ClassMap |
| typedef std::vector< double > | CPoint |
| typedef std::vector< CPoint > | CPointList |
| typedef std::map< std::string, CPointList > ml_classifiers::ClassMap |
Definition at line 50 of file nearest_neighbor_classifier.h.
| typedef std::vector< double > ml_classifiers::CPoint |
Definition at line 48 of file nearest_neighbor_classifier.h.
| typedef std::vector< CPoint > ml_classifiers::CPointList |
Definition at line 49 of file nearest_neighbor_classifier.h.