public interface IntervalBasedEvaluationMetric
Modifier and Type | Method and Description |
---|---|
String |
toSummaryString()
Return a formatted string (suitable for displaying in console or GUI
output) containing all the statistics that this metric computes.
|
void |
updateStatsForIntervalEstimator(IntervalEstimator classifier,
Instance classMissing,
double classValue)
Updates stats for interval estimator based on current test instance.
|
void updateStatsForIntervalEstimator(IntervalEstimator classifier, Instance classMissing, double classValue) throws Exception
classifier
- the interval estimatorclassMissing
- the instance for which the intervals are computed,
without a class valueclassValue
- the class value of this instanceException
- if intervals could not be computed successfullyString toSummaryString()
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.