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.-
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)