public class Exp3RoughMembershipMeasure extends RoughMembershipMeasure
LN_FEATURE_ENSEMBLE, NO_FEATURE_ENSEMBLE, PERC_FEATURE_ENSEMBLE, UNKNOWN_VALUE| Constructor | Description |
|---|---|
Exp3RoughMembershipMeasure() |
|
Exp3RoughMembershipMeasure(int numAttributes) |
|
Exp3RoughMembershipMeasure(int numAttributes,
int numHVDMObjects,
long seed) |
|
Exp3RoughMembershipMeasure(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, setSeedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConsistency, getConsistencypublic Exp3RoughMembershipMeasure()
public Exp3RoughMembershipMeasure(int numAttributes)
public Exp3RoughMembershipMeasure(int numAttributes,
long seed)
public Exp3RoughMembershipMeasure(int numAttributes,
int numHVDMObjects,
long seed)
public double getConsistency(DecisionClassContainer decisionClassContainer, int exampleIndex) throws java.lang.UnsupportedOperationException
getConsistency in class RoughMembershipMeasuredecisionClassContainer - 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.UnsupportedOperationExceptionpublic double getConsistency(UnionContainer unionContainer, int exampleIndex) throws java.lang.UnsupportedOperationException
getConsistency in class RoughMembershipMeasureunionContainer - 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