public interface IntervalBasedEvaluationMetric
Modifier and Type | Method and Description |
---|---|
java.lang.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 java.lang.Exception
classifier
- the interval estimatorclassMissing
- the instance for which the intervals are computed,
without a class valueclassValue
- the class value of this instancejava.lang.Exception
- if intervals could not be computed successfullyjava.lang.String toSummaryString()