edu.washington.cs.knowitall.extractor.conf.classifier
Class DecisionTree

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree

public class DecisionTree
extends Object


Nested Class Summary
static class DecisionTree.Tree
           
 
Constructor Summary
DecisionTree(DecisionTree.Tree tree)
           
 
Method Summary
 String classify(DoubleFeatures features)
           
static DecisionTree fromModel(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionTree

public DecisionTree(DecisionTree.Tree tree)
Method Detail

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.