public interface ITreeClassifier
extends weka.classifiers.Classifier
| Modifier and Type | Method and Description |
|---|---|
double |
classifyInstance(weka.core.Instance instance) |
int |
getDepthOfFirstCommonParent(java.util.List<java.lang.Integer> classes) |
int |
getHeight() |
int getHeight()
double classifyInstance(weka.core.Instance instance)
throws java.lang.Exception
classifyInstance in interface weka.classifiers.Classifierjava.lang.Exceptionint getDepthOfFirstCommonParent(java.util.List<java.lang.Integer> classes)