Classes | |
class | Classifier |
class | NearestNeighborClassifier |
class | SVMClassifier |
class | ZeroClassifier |
Typedefs | |
using | ClassMap = std::map< std::string, CPointList > |
using | CPoint = std::vector< double > |
using | CPointList = std::vector< CPoint > |
typedef std::map< std::string, CPointList > ml_classifiers::ClassMap |
Definition at line 47 of file nearest_neighbor_classifier.hpp.
typedef std::vector< double > ml_classifiers::CPoint |
Definition at line 45 of file nearest_neighbor_classifier.hpp.
typedef std::vector< CPoint > ml_classifiers::CPointList |
Definition at line 46 of file nearest_neighbor_classifier.hpp.