33 #ifndef ML_CLASSIFIERS__ZERO_CLASSIFIER_HPP_ 34 #define ML_CLASSIFIERS__ZERO_CLASSIFIER_HPP_ 50 void save(
const std::string filename);
51 bool load(
const std::string filename);
60 #endif // ML_CLASSIFIERS__ZERO_CLASSIFIER_HPP_
void addTrainingPoint(std::string target_class, const std::vector< double > point)
bool load(const std::string filename)
std::string classifyPoint(const std::vector< double > point)
void save(const std::string filename)