5 #include "BaseRandomModel.h" 24 DllExport
virtual ~ITrain(
void) =
default;
32 DllExport
virtual void train(
bool doClean =
false) = 0;
word getNumFeatures(void) const
Returns number of features.
word m_nFeatures
The number of features (length of the feature vector)
virtual ~ITrain(void)=default
Base abstract class for random model training.
ITrain(byte nStates, word nFeatures)
Constructor.
virtual void train(bool doClean=false)=0
Random model training.
Interface class for random model training.