See: Description
Class | Description |
---|---|
CARTJointRegressionTrainer |
A
Trainer that uses an approximation of the CART algorithm to build a decision tree. |
CARTRegressionTrainer |
A
Trainer that uses an approximation of the CART algorithm to build a decision tree. |
IndependentRegressionTreeModel | |
TrainTest |
Build and run a regression tree for a standard dataset.
|
TrainTest.RegressionTreeOptions |
Command line options.
|
Enum | Description |
---|---|
TrainTest.ImpurityType |
Impurity function.
|
TrainTest.TreeType |
Type of tree trainer.
|
There are two implementations, one which produces a separate tree for each input dimension, and one which builds a single tree for all dimensions.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.