public abstract class AttributeSetEvaluator extends ASEvaluation
Constructor and Description |
---|
AttributeSetEvaluator() |
Modifier and Type | Method and Description |
---|---|
abstract double |
evaluateAttribute(int attribute)
evaluates an individual attribute
|
abstract double |
evaluateAttribute(int[] attributes,
int[] classAttributes)
Evaluates a set of attributes
|
buildEvaluator, clean, forName, getCapabilities, getRevision, makeCopies, postProcess
public abstract double evaluateAttribute(int attribute) throws java.lang.Exception
attribute
- the index of the attribute to be evaluatedjava.lang.Exception
- if the attribute could not be evaluatedpublic abstract double evaluateAttribute(int[] attributes, int[] classAttributes) throws java.lang.Exception
attributes
- an int[]
valueclassAttributes
- an int[]
valuedouble
valuejava.lang.Exception
- if an error occurs