public class ExpNEpsilonMeasure extends EpsilonMeasure
LN_FEATURE_ENSEMBLE, NO_FEATURE_ENSEMBLE, PERC_FEATURE_ENSEMBLE, UNKNOWN_VALUE
Constructor | Description |
---|---|
ExpNEpsilonMeasure() |
|
ExpNEpsilonMeasure(int numAttributes) |
|
ExpNEpsilonMeasure(int numAttributes,
int numHVDMObjects,
long seed) |
|
ExpNEpsilonMeasure(int numAttributes,
long seed) |
Modifier and Type | Method | Description |
---|---|---|
double |
getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
getConsistency(UnionContainer unionContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for a given set of unions of decision classes.
|
drawAttributes, getConsistency, getConsistency, getNumAttributes, getNumHVDMObjects, setHVDM, setNumAttributes, setSeed
getConsistency, getConsistency
public ExpNEpsilonMeasure()
public ExpNEpsilonMeasure(int numAttributes)
public ExpNEpsilonMeasure(int numAttributes, long seed)
public ExpNEpsilonMeasure(int numAttributes, int numHVDMObjects, long seed)
public double getConsistency(DecisionClassContainer decisionClassContainer, int exampleIndex) throws java.lang.UnsupportedOperationException
getConsistency
in class EpsilonMeasure
decisionClassContainer
- a container with decision classes for which consistency is checked.exampleIndex
- index in the decision classess container decisionClasses
of the example to be checked.java.lang.UnsupportedOperationException
public double getConsistency(UnionContainer unionContainer, int exampleIndex) throws java.lang.UnsupportedOperationException
getConsistency
in class EpsilonMeasure
unionContainer
- a container with unions of decision classes for which consistency is checked.exampleIndex
- index in the dataset of the example to be checked.java.lang.UnsupportedOperationException