Uses of Interface
weka.classifiers.IntervalEstimator
Packages that use IntervalEstimator
-
Uses of IntervalEstimator in weka.classifiers.evaluation
Methods in weka.classifiers.evaluation with parameters of type IntervalEstimatorModifier and TypeMethodDescriptionvoid
IntervalBasedEvaluationMetric.updateStatsForIntervalEstimator
(IntervalEstimator classifier, Instance classMissing, double classValue) Updates stats for interval estimator based on current test instance. -
Uses of IntervalEstimator in weka.classifiers.functions
Classes in weka.classifiers.functions that implement IntervalEstimatorModifier and TypeClassDescriptionclass
* Implements Gaussian processes for regression without hyperparameter-tuning. -
Uses of IntervalEstimator in weka.classifiers.meta
Classes in weka.classifiers.meta that implement IntervalEstimatorModifier and TypeClassDescriptionclass
A regression scheme that employs any classifier on a copy of the data that has the class attribute (equal-width) discretized.