Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.approximations |
Modifier and Type | Method | Description |
---|---|---|
double |
ConsistencyMeasure.getConsistency(ApproximatedEntityContainer entityContainer,
HVDMetric hvdm,
int exampleIndex) |
|
abstract double |
ConsistencyMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
abstract double |
ConsistencyMeasure.getConsistency(UnionContainer unionContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
EpsilonMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
EpsilonMeasure.getConsistency(UnionContainer unionContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
EpsilonPrimMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
EpsilonPrimMeasure.getConsistency(UnionContainer unionContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
RoughMembershipMeasure.getConsistency(DecisionClassContainer decisionClassContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|
double |
RoughMembershipMeasure.getConsistency(UnionContainer unionContainer,
HVDMetric hvdm,
int exampleIndex) |
Gets consistency of an example in a data set for a given HVDM neighborhood.
|