Package | Description |
---|---|
org.tribuo.classification.dtree |
Provides implementations of decision trees for classification problems.
|
org.tribuo.common.tree |
Provides common functionality for building decision trees, irrespective
of the predicted
Output . |
org.tribuo.regression.rtree |
Provides an implementation of decision trees for regression problems.
|
Modifier and Type | Class and Description |
---|---|
class |
CARTClassificationTrainer
A
Trainer that uses an approximation of the CART algorithm to build a decision tree. |
Constructor and Description |
---|
AbstractCARTTrainerProvenance(AbstractCARTTrainer<T> host)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CARTJointRegressionTrainer
A
Trainer that uses an approximation of the CART algorithm to build a decision tree. |
class |
CARTRegressionTrainer
A
Trainer that uses an approximation of the CART algorithm to build a decision tree. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.