29 #ifndef GRT_DECISION_TREE_TRIPLE_FEATURE_NODE_HEADER
30 #define GRT_DECISION_TREE_TRIPLE_FEATURE_NODE_HEADER
33 #include "../../ClusteringModules/KMeans/KMeans.h"
74 virtual bool print()
const;
83 virtual bool getModel( std::ostream &stream )
const;
132 bool set(
const UINT nodeSize,
const UINT featureIndexA,
const UINT featureIndexB,
const UINT featureIndexC,
const VectorFloat &classProbabilities);
167 #endif //GRT_DECISION_TREE_TRIPLE_FEATURE_NODE_HEADER
bool set(const UINT nodeSize, const UINT featureIndexA, const UINT featureIndexB, const UINT featureIndexC, const VectorFloat &classProbabilities)
DecisionTreeTripleFeatureNode()
virtual bool saveParametersToFile(std::fstream &file) const
virtual bool print() const
virtual bool predict(const VectorFloat &x)
virtual bool getModel(std::ostream &stream) const
This file implements a DecisionTreeNode, which is a specific base node used for a DecisionTree...
UINT getFeatureIndexB() const
DecisionTreeTripleFeatureNode * deepCopy() const
virtual ~DecisionTreeTripleFeatureNode()
UINT getFeatureIndexA() const
virtual Node * deepCopyNode() const
virtual bool loadParametersFromFile(std::fstream &file)
UINT getFeatureIndexC() const