public class AggregateableEvaluation extends Evaluation
| 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, equals, errorRate, evaluateModel, evaluateModel, evaluateModel, evaluateModelOnce, evaluateModelOnce, evaluateModelOnce, evaluateModelOnceAndRecordPrediction, evaluateModelOnceAndRecordPrediction, evaluationForSingleInstance, falseNegativeRate, falsePositiveRate, fMeasure, getClassPriors, getDiscardPredictions, getHeader, getRevision, incorrect, kappa, KBInformation, KBMeanInformation, KBRelativeInformation, main, meanAbsoluteError, meanPriorAbsoluteError, numFalseNegatives, numFalsePositives, numInstances, numTrueNegatives, numTruePositives, pctCorrect, pctIncorrect, pctUnclassified, precision, predictions, priorEntropy, recall, relativeAbsoluteError, rootMeanPriorSquaredError, rootMeanSquaredError, rootRelativeSquaredError, setDiscardPredictions, setPriors, SFEntropyGain, SFMeanEntropyGain, SFMeanPriorEntropy, SFMeanSchemeEntropy, SFPriorEntropy, SFSchemeEntropy, sizeOfPredictedRegions, toClassDetailsString, toClassDetailsString, toCumulativeMarginDistributionString, toMatrixString, toMatrixString, toSummaryString, toSummaryString, toSummaryString, totalCost, trueNegativeRate, truePositiveRate, unclassified, unweightedMacroFmeasure, unweightedMicroFmeasure, updatePriors, useNoPriors, weightedAreaUnderPRC, weightedAreaUnderROC, weightedFalseNegativeRate, weightedFalsePositiveRate, weightedFMeasure, weightedPrecision, weightedRecall, weightedTrueNegativeRate, weightedTruePositiveRate, wekaStaticWrapperpublic AggregateableEvaluation(Instances data) throws Exception
data - the Instances to useException - if a problem occurspublic AggregateableEvaluation(Instances data, CostMatrix costMatrix) throws Exception
data - the Instances to usecostMatrix - the cost matrix to useException - if a problem occurspublic AggregateableEvaluation(Evaluation eval) throws Exception
evaluation - the Evaluation object to useExceptionpublic void aggregate(Evaluation evaluation)
evaluation - the evaluation object to aggregateCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.