Uses of Class
org.tribuo.provenance.EvaluationProvenance
Packages that use EvaluationProvenance
Package
Description
Evaluation base classes, along with code for train/test splits and cross validation.
Provides core classes for working with sequences of
Examples.-
Uses of EvaluationProvenance in org.tribuo.evaluation
Subinterfaces with type arguments of type EvaluationProvenance in org.tribuo.evaluationModifier and TypeInterfaceDescriptioninterfaceEvaluation<T extends Output<T>>An immutable evaluation of a specific model and dataset.Methods in org.tribuo.evaluation with parameters of type EvaluationProvenanceModifier and TypeMethodDescriptionprotected abstract EAbstractEvaluator.createEvaluation(C context, Map<MetricID<T>, Double> results, EvaluationProvenance provenance) Create an evaluation for the given results -
Uses of EvaluationProvenance in org.tribuo.sequence
Subinterfaces with type arguments of type EvaluationProvenance in org.tribuo.sequenceModifier and TypeInterfaceDescriptioninterfaceSequenceEvaluation<T extends Output<T>>An immutable evaluation of a specific sequence model and dataset.Methods in org.tribuo.sequence with parameters of type EvaluationProvenanceModifier and TypeMethodDescriptionprotected abstract EAbstractSequenceEvaluator.createEvaluation(C context, Map<MetricID<T>, Double> results, EvaluationProvenance provenance) Create an evaluation for the given results