public class DecisionTree extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DecisionTree.Tree |
| Constructor and Description |
|---|
DecisionTree(DecisionTree.Tree tree) |
public DecisionTree(DecisionTree.Tree tree)
public static DecisionTree fromModel(URL url) throws IOException
IOExceptionpublic String classify(DoubleFeatures features)
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.