Uses of Class
org.tribuo.Excuse
Packages that use Excuse
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides an interface for model prediction combinations,
two base classes for ensemble models, a base class for
ensemble excuses, and a Bagging implementation.
Provides infrastructure for applying transformations to a
Dataset.-
Uses of Excuse in org.tribuo
Methods in org.tribuo that return types with arguments of type Excuse -
Uses of Excuse in org.tribuo.ensemble
Subclasses of Excuse in org.tribuo.ensembleModifier and TypeClassDescriptionclassEnsembleExcuse<T extends Output<T>>AnExcusewhich has a List of excuses for each of the ensemble members.Methods in org.tribuo.ensemble that return types with arguments of type ExcuseModifier and TypeMethodDescriptionEnsembleExcuse.getInnerExcuses()The individual ensemble member's excuses.Constructor parameters in org.tribuo.ensemble with type arguments of type ExcuseModifierConstructorDescriptionEnsembleExcuse(Example<T> example, Prediction<T> prediction, Map<String, List<com.oracle.labs.mlrg.olcut.util.Pair<String, Double>>> weights, List<Excuse<T>> innerExcuses) Constructs an ensemble excuse, comprising the excuses from each ensemble member, along with the feature weights. -
Uses of Excuse in org.tribuo.transform
Methods in org.tribuo.transform that return types with arguments of type Excuse