Uses of Package
org.tribuo.evaluation
Packages that use org.tribuo.evaluation
Package
Description
Provides the core interfaces and classes for using Tribuo.
Evaluation base classes, along with code for train/test splits and cross validation.
-
Classes in org.tribuo.evaluation used by org.tribuoClassDescriptionAn immutable evaluation of a specific model and dataset.An evaluation factory which produces immutable
Evaluations of a givenDatasetusing the givenModel. -
Classes in org.tribuo.evaluation used by org.tribuo.evaluationClassDescriptionDescriptive statistics calculated across a list of doubles.An immutable evaluation of a specific model and dataset.An evaluation factory which produces immutable
Evaluations of a givenDatasetusing the givenModel.Stores a train/test split for a dataset.An evaluator which aggregates predictions and producesEvaluations covering all thePredictions it has seen or created.