org.wdssii.decisiontree
Class Classify
java.lang.Object
org.wdssii.decisiontree.Classify
public class Classify
- extends Object
Uses a trained decision tree to classify cases. If labels are provided, also reports skill score.
- Author:
- lakshman
Method Summary |
static void |
main(String[] args)
Classifies all inputs in a file based on a trained decision tree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Classify
public Classify()
main
public static void main(String[] args)
throws Exception
- Classifies all inputs in a file based on a trained decision tree
- Throws:
Exception