@Deprecated
public class WekaTreeClassificationAdapter
extends java.lang.Object
Drawable tree
classification output of Weka.
Use the class in the new DataDiscovery package instead.
| Modifier and Type | Class and Description |
|---|---|
static class |
WekaTreeClassificationAdapter.WekaCondition
Deprecated.
|
static class |
WekaTreeClassificationAdapter.WekaLeafNode
Deprecated.
|
| Constructor and Description |
|---|
WekaTreeClassificationAdapter(weka.core.Drawable treeClassifier,
weka.core.Instances dataset,
java.util.Map<java.lang.String,org.processmining.models.FunctionEstimator.Type> attributeType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Deprecated.
|
com.google.common.collect.FluentIterable<WekaTreeClassificationAdapter.WekaLeafNode> |
traverseLeafNodes()
Deprecated.
|
int |
treeDepth()
Deprecated.
|
public WekaTreeClassificationAdapter(weka.core.Drawable treeClassifier,
weka.core.Instances dataset,
java.util.Map<java.lang.String,org.processmining.models.FunctionEstimator.Type> attributeType)
throws java.lang.Exception
java.lang.Exceptionpublic com.google.common.collect.FluentIterable<WekaTreeClassificationAdapter.WekaLeafNode> traverseLeafNodes()
public int treeDepth()
public java.lang.String toString()
toString in class java.lang.Object