#include <rapidXMM.h>


Public Member Functions | |
| virtual | ~xmmStaticTool () |
Public Member Functions inherited from xmmTool< SingleClassModel, Model > | |
| virtual | ~xmmTool () |
| virtual bool | train (const rapidmix::trainingData &newTrainingData) |
| virtual bool | reset () |
| virtual std::string | getJSON () |
| virtual void | writeJSON (const std::string &filepath) |
| virtual bool | putJSON (const std::string &jsonMessage) |
| virtual bool | readJSON (const std::string &filepath) |
Protected Member Functions | |
| xmmStaticTool (xmmToolConfig cfg, bool bimodal) | |
Protected Member Functions inherited from xmmTool< SingleClassModel, Model > | |
| xmmTool (bool bimodal) | |
| virtual void | preProcess (const std::vector< double > &inputVector) |
| Json::Value | toJSON () |
| bool | fromJSON (Json::Value &jm) |
Additional Inherited Members | |
Protected Attributes inherited from xmmTool< SingleClassModel, Model > | |
| Model | model |
| xmm::TrainingSet | set |
|
inlineprotected |
|
inlinevirtual |