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, runEvaluator
public void buildEvaluator(Instances data) throws Exception
ASEvaluation
buildEvaluator
in class ASEvaluation
data
- set of instances serving as training dataException
- if the evaluator has not been
generated successfullypublic double evaluateSubset(BitSet subset) throws Exception
SubsetEvaluator
evaluateSubset
in interface SubsetEvaluator
subset
- a bitset representing the attribute subset to be
evaluatedException
- if the subset could not be evaluatedpublic double evaluateSubsetDelete(BitSet subset, int potentialDelete) throws Exception
Exception
public BitSet getDeletedList()
public String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class ASEvaluation
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.