public class AggregateableEvaluation extends Evaluation
BUILT_IN_EVAL_METRICS
Constructor and Description |
---|
AggregateableEvaluation(Evaluation eval)
Constructs a new AggregateableEvaluation object based on an Evaluation
object
|
AggregateableEvaluation(Instances data)
Constructs a new AggregateableEvaluation object
|
AggregateableEvaluation(Instances data,
CostMatrix costMatrix)
Constructs a new AggregateableEvaluation object
|
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Evaluation evaluation)
Adds the statistics encapsulated in the supplied Evaluation object into
this one.
|
areaUnderPRC, areaUnderROC, avgCost, confusionMatrix, correct, correlationCoefficient, coverageOfTestCasesByPredictedRegions, crossValidateModel, crossValidateModel, crossValidateModel, equals, errorRate, evaluateModel, evaluateModel, evaluateModel, evaluateModelOnce, evaluateModelOnce, evaluateModelOnce, evaluateModelOnceAndRecordPrediction, evaluateModelOnceAndRecordPrediction, evaluationForSingleInstance, falseNegativeRate, falsePositiveRate, fMeasure, getAllEvaluationMetricNames, getClassPriors, getDiscardPredictions, getHeader, getMetricsToDisplay, getPluginMetric, getPluginMetrics, getRevision, incorrect, kappa, KBInformation, KBMeanInformation, KBRelativeInformation, main, matthewsCorrelationCoefficient, meanAbsoluteError, meanPriorAbsoluteError, numFalseNegatives, numFalsePositives, numInstances, numTrueNegatives, numTruePositives, pctCorrect, pctIncorrect, pctUnclassified, precision, predictions, priorEntropy, recall, relativeAbsoluteError, rootMeanPriorSquaredError, rootMeanSquaredError, rootRelativeSquaredError, setDiscardPredictions, setMetricsToDisplay, setPriors, SFEntropyGain, SFMeanEntropyGain, SFMeanPriorEntropy, SFMeanSchemeEntropy, SFPriorEntropy, SFSchemeEntropy, sizeOfPredictedRegions, toClassDetailsString, toClassDetailsString, toCumulativeMarginDistributionString, toggleEvalMetrics, toMatrixString, toMatrixString, toSummaryString, toSummaryString, toSummaryString, totalCost, trueNegativeRate, truePositiveRate, unclassified, unweightedMacroFmeasure, unweightedMicroFmeasure, updatePriors, useNoPriors, weightedAreaUnderPRC, weightedAreaUnderROC, weightedFalseNegativeRate, weightedFalsePositiveRate, weightedFMeasure, weightedMatthewsCorrelation, weightedPrecision, weightedRecall, weightedTrueNegativeRate, weightedTruePositiveRate, wekaStaticWrapper
public AggregateableEvaluation(Instances data) throws java.lang.Exception
data
- the Instances to usejava.lang.Exception
- if a problem occurspublic AggregateableEvaluation(Instances data, CostMatrix costMatrix) throws java.lang.Exception
data
- the Instances to usecostMatrix
- the cost matrix to usejava.lang.Exception
- if a problem occurspublic AggregateableEvaluation(Evaluation eval) throws java.lang.Exception
eval
- the Evaluation object to usejava.lang.Exception
public void aggregate(Evaluation evaluation)
evaluation
- the evaluation object to aggregate