edu.washington.cs.knowitall.extractor.conf.classifier
Class DecisionTree
java.lang.Object
edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree
public class DecisionTree
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionTree
public DecisionTree(DecisionTree.Tree tree)
fromModel
public static DecisionTree fromModel(URL url)
throws IOException
- Throws:
IOException
classify
public String classify(DoubleFeatures features)
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.