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) static TreeModel<?> TreeModel.deserializeFromProto(int version, String className, com.google.protobuf.Any message) Deserialization factory.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 classMethods 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)