Uses of Class
org.tribuo.common.tree.TreeModel
Packages that use TreeModel
Package
Description
Provides common functionality for building decision trees, irrespective
of the predicted
Output
.Provides an implementation of decision trees for regression problems.
-
Uses of TreeModel in org.tribuo.common.tree
Methods in org.tribuo.common.tree that return TreeModelModifier and TypeMethodDescriptionTreeModel.copy
(String newName, ModelProvenance newProvenance) AbstractCARTTrainer.train
(Dataset<T> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) AbstractCARTTrainer.train
(Dataset<T> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance, int invocationCount) -
Uses of TreeModel in org.tribuo.regression.rtree
Subclasses of TreeModel in org.tribuo.regression.rtreeModifier and TypeClassDescriptionfinal class
Methods in org.tribuo.regression.rtree that return TreeModelModifier and TypeMethodDescriptionCARTRegressionTrainer.train
(Dataset<Regressor> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) CARTRegressionTrainer.train
(Dataset<Regressor> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance, int invocationCount)