Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.approximations |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfirmatoryMonotonicDecisionClassContainer |
Class used to create and store all confirmatory monotonic decision classes which can be defined for a memory container
|
class |
MonotonicDecisionClassContainer |
Class used to create and store all monotonic decision classes which can be defined for a memory container
|
class |
StandardDecisionClassContainer |
Class used to create and store all standard decision classes which can be defined for a memory container
|
Modifier and Type | Method | Description |
---|---|---|
abstract double |
ConsistencyMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a data set for a given set of decision classes.
|
abstract double |
ConsistencyMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
EpsilonMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
EpsilonMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
EpsilonPrimMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
EpsilonPrimMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
Exp2EpsilonMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
Exp2RoughMembershipMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
Exp3EpsilonMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
Exp3RoughMembershipMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
ExpNEpsilonMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
ExpNRoughMembershipMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a dataset for the first active decision attribute.
|
double |
RoughMembershipMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
int exampleIndex) |
Gets consistency of an example in a data set for the first active decision attribute.
|
double |
RoughMembershipMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|