|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntervalBasedEvaluationMetric
Primarily a marker interface for interval-based evaluation metrics to implement. Allows the command line interface to display these metrics or not based on user-supplied options
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 instance
Exception
- if intervals could not be computed successfullyString toSummaryString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |