Package | Description |
---|---|
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 | Method and Description |
---|---|
protected TreeModel<T> |
TreeModel.copy(String newName,
ModelProvenance newProvenance) |
TreeModel<T> |
AbstractCARTTrainer.train(Dataset<T> examples) |
TreeModel<T> |
AbstractCARTTrainer.train(Dataset<T> examples,
Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) |
Modifier and Type | Class and Description |
---|---|
class |
IndependentRegressionTreeModel
|
Modifier and Type | Method and Description |
---|---|
TreeModel<Regressor> |
CARTRegressionTrainer.train(Dataset<Regressor> examples,
Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.