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.DecisionTreeOptions |
Enum | Description |
---|---|
TrainTest.ImpurityType | |
TrainTest.TreeType |
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.