Interface ITreeClassifier
-
- All Superinterfaces:
weka.classifiers.Classifier,java.io.Serializable
- All Known Implementing Classes:
MCTreeNode,MCTreeNodeLeaf
public interface ITreeClassifier extends weka.classifiers.Classifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleclassifyInstance(weka.core.Instance instance)intgetDepthOfFirstCommonParent(java.util.List<java.lang.Integer> classes)intgetHeight()
-
-
-
Method Detail
-
getHeight
int getHeight()
-
classifyInstance
double classifyInstance(weka.core.Instance instance) throws java.lang.Exception- Specified by:
classifyInstancein interfaceweka.classifiers.Classifier- Throws:
java.lang.Exception
-
getDepthOfFirstCommonParent
int getDepthOfFirstCommonParent(java.util.List<java.lang.Integer> classes)
-
-