Package weka.classifiers.evaluation
Class AbstractEvaluationMetric.UnknownStatisticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
weka.classifiers.evaluation.AbstractEvaluationMetric.UnknownStatisticException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractEvaluationMetric
Exception for subclasses to throw if asked for a statistic that is not part
of their implementation
- Version:
- $Revision: 15006 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownStatisticException
(String message) Constructs a new UnknownStatisticsException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownStatisticException
Constructs a new UnknownStatisticsException- Parameters:
message
- the exception's message
-