| Package | Description |
|---|---|
| smile.classification |
Classification algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static DecisionTree.SplitRule |
DecisionTree.SplitRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTree.SplitRule[] |
DecisionTree.SplitRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTree.Trainer.setSplitRule(DecisionTree.SplitRule rule)
Sets the splitting rule.
|
| Constructor and Description |
|---|
DecisionTree(Attribute[] attributes,
double[][] x,
int[] y,
int J,
DecisionTree.SplitRule rule)
Constructor.
|
DecisionTree(double[][] x,
int[] y,
int J,
DecisionTree.SplitRule rule)
Constructor.
|
Copyright © 2015. All rights reserved.