26 #ifndef GRT_MULTIDIMENSIONAL_REGRESSION_HEADER 27 #define GRT_MULTIDIMENSIONAL_REGRESSION_HEADER 29 #include "../../CoreModules/Regressifier.h" 30 #include "../LinearRegression/LinearRegression.h" 111 virtual bool save( std::fstream &file )
const;
120 virtual bool load( std::fstream &file );
130 bool getIsRegressionModuleSet()
const;
146 bool setRegressionModule(
const Regressifier ®ressifier );
153 static std::string
getId();
162 bool deleteRegressionModules();
163 bool loadLegacyModelFromFile( std::fstream &file );
170 static const std::string id;
175 #endif //GRT_MULTIDIMENSIONAL_REGRESSION_HEADER std::string getId() const
virtual bool predict_(VectorFloat &inputVector)
virtual bool save(const std::string &filename) const
virtual bool deepCopyFrom(const Regressifier *regressifier)
virtual bool train_(ClassificationData &trainingData)
virtual bool load(const std::string &filename)