Interface | Description |
---|---|
IClassifierEvaluator |
Class | Description |
---|---|
ConfigurationLearningCurveExtrapolationEvaluator | Predicts the accuracy of a classifier with certain configurations on a point of its learning curve, given some anchorpoint and its configurations using the LCNet of pybnn Note: This code was copied from LearningCurveExtrapolationEvaluator and slightly reworked |
CVEvaluator | |
ExtrapolatedSaturationPointEvaluator<I extends IInstance> | For the classifier a learning curve will be extrapolated with a given set of anchorpoints. |
FixedSplitClassifierEvaluator | |
LearningCurveExtrapolationEvaluator | Evaluates a classifier by predicting its learning curve with a few anchorpoints. |
MonteCarloCrossValidationEvaluator | A classifier evaluator that can perform a (monte-carlo)cross-validation on the given dataset. |
ProbabilisticMonteCarloCrossValidationEvaluator | A classifier evaluator that can perform a (monte-carlo)cross-validation on the given dataset. |
SingleRandomSplitClassifierEvaluator | |
TimeoutableEvaluator |