DecisionClassDecisionsPredictor, UnionDecisionsPredictorpublic interface ApproximatedEntityDecisionsPredictor
| Modifier and Type | Method | Description |
|---|---|---|
java.util.HashSet<Condition> |
getDecisionsForRuleInducedFromBoundary(ApproximatedEntity approximatedEntity) |
Gets hash set with decisions for right (decision) side of decision rule induced from boundary
of given approximated entity.
|
java.util.HashSet<Condition> |
getDecisionsForRuleInducedFromLowerApproximation(ApproximatedEntity approximatedEntity) |
Gets hash set with decisions for right (decision) side of decision rule induced from lower approximation
of given approximated entity.
|
java.util.HashSet<Condition> |
getDecisionsForRuleInducedFromUpperApproximation(ApproximatedEntity approximatedEntity) |
Gets hash set with decisions for right (decision) side of decision rule induced from upper approximation
of given approximated entity.
|
java.util.HashSet<Condition> getDecisionsForRuleInducedFromLowerApproximation(ApproximatedEntity approximatedEntity)
Condition.approximatedEntity - approximated entity for which hash set with decisions for right (decision) side
of decision rule induced from lower approximation should be getjava.util.HashSet<Condition> getDecisionsForRuleInducedFromUpperApproximation(ApproximatedEntity approximatedEntity)
Condition.approximatedEntity - approximated entity for which hash set with decisions for right (decision) side
of decision rule induced from upper approximation should be getjava.util.HashSet<Condition> getDecisionsForRuleInducedFromBoundary(ApproximatedEntity approximatedEntity)
Condition.approximatedEntity - approximated entity for which hash set with decisions for right (decision) side
of decision rule induced from boundary should be get