Uses of Class
adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
-
Packages that use IntervalEstimatorBased.SortedInterval Package Description adams.data.weka.evaluator -
-
Uses of IntervalEstimatorBased.SortedInterval in adams.data.weka.evaluator
Methods in adams.data.weka.evaluator that return types with arguments of type IntervalEstimatorBased.SortedInterval Modifier and Type Method Description protected Vector<IntervalEstimatorBased.SortedInterval>
IntervalEstimatorBased. evaluate(weka.core.Instances train, weka.core.Instances test)
Performs an evaluation on the given train and test set.Method parameters in adams.data.weka.evaluator with type arguments of type IntervalEstimatorBased.SortedInterval Modifier and Type Method Description protected String
IntervalEstimatorBased. findThreshold(Vector<IntervalEstimatorBased.SortedInterval> evals)
Finds the threshold based on the collected data.
-