protected class DTNB.EvalWithDelete extends ASEvaluation implements SubsetEvaluator
| Modifier | Constructor and Description |
|---|---|
protected |
EvalWithDelete() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEvaluator(Instances data)
Generates a attribute evaluator.
|
double |
evaluateSubset(BitSet subset)
evaluates a subset of attributes
|
double |
evaluateSubsetDelete(BitSet subset,
int potentialDelete) |
BitSet |
getDeletedList() |
String |
getRevision()
Returns the revision string.
|
forName, getCapabilities, makeCopies, postProcess, runEvaluatorpublic void buildEvaluator(Instances data) throws Exception
ASEvaluationbuildEvaluator in class ASEvaluationdata - set of instances serving as training dataException - if the evaluator has not been
generated successfullypublic double evaluateSubset(BitSet subset) throws Exception
SubsetEvaluatorevaluateSubset in interface SubsetEvaluatorsubset - a bitset representing the attribute subset to be
evaluatedException - if the subset could not be evaluatedpublic double evaluateSubsetDelete(BitSet subset, int potentialDelete) throws Exception
Exceptionpublic BitSet getDeletedList()
public String getRevision()
getRevision in interface RevisionHandlergetRevision in class ASEvaluationCopyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.