|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.classifier.df.tools.ForestVisualizer
public final class ForestVisualizer
This tool is to visualize the Decision Forest
Method Summary | |
---|---|
static void |
main(String[] args)
|
static void |
print(String forestPath,
String datasetPath,
String[] attrNames)
Print Decision Forest |
static String |
toString(DecisionForest forest,
Dataset dataset,
String[] attrNames)
|
static String |
toString(String forestPath,
String datasetPath,
String[] attrNames)
Decision Forest to String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String toString(DecisionForest forest, Dataset dataset, String[] attrNames)
public static String toString(String forestPath, String datasetPath, String[] attrNames) throws IOException
forestPath
- path to the Decision ForestdatasetPath
- dataset pathattrNames
- attribute names
IOException
public static void print(String forestPath, String datasetPath, String[] attrNames) throws IOException
forestPath
- path to the Decision ForestdatasetPath
- dataset pathattrNames
- attribute names
IOException
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |