ConvertToInstances
public class ConfirmatoryMonotonicUnionContainer extends MonotonicUnionContainer
defaultComment, writeDateToFile
AT_LEAST, AT_MOST, ORIGINAL
Constructor | Description |
---|---|
ConfirmatoryMonotonicUnionContainer(MemoryContainer memoryContainer) |
Constructor for
ConfirmatoryMonotonicUnionContainer class. |
ConfirmatoryMonotonicUnionContainer(MemoryContainer memoryContainer,
int decisionCriterionNumber) |
Constructor for
ConfirmatoryMonotonicUnionContainer class. |
ConfirmatoryMonotonicUnionContainer(MemoryContainer memoryContainer,
int decisionCriterionNumber,
ConfirmatoryMonotonicUnion[] upwardUnions,
ConfirmatoryMonotonicUnion[] downwardUnions) |
Constructor for
ConfirmatoryMonotonicUnionContainer class. |
getMemoryContainer, getQualityOfApproximation, getQualityOfApproximation
getDefaultComment, isWriteDateToFile
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, convertToInstances, convertToInstances, convertToInstancesLowerBoundDecision, convertToInstancesLowerBoundDecision, convertToInstancesOriginalDecision, convertToInstancesOriginalDecision, convertToInstancesUpperBoundDecision, convertToInstancesUpperBoundDecision, getBasicClasses, getDecisionCriterionNumber, getDownwardUnions, getQualityOfApproximation, getQualityOfApproximation, getUnion, getUpwardUnions, reset, saveArffFile, saveArffFile, saveArffFile, toString, writeApproximations, writePosNegBndRegionsExamples
public ConfirmatoryMonotonicUnionContainer(MemoryContainer memoryContainer)
ConfirmatoryMonotonicUnionContainer
class.
Only calls superclass constructor MonotonicUnionContainer(MemoryContainer)
.
For the list of thrown exceptions see MonotonicUnionContainer(MemoryContainer)
.memoryContainer
- see MonotonicUnionContainer(MemoryContainer)
public ConfirmatoryMonotonicUnionContainer(MemoryContainer memoryContainer, int decisionCriterionNumber)
ConfirmatoryMonotonicUnionContainer
class.
Only calls superclass constructor MonotonicUnionContainer(MemoryContainer, int)
.
For the list of thrown exceptions see MonotonicUnionContainer(MemoryContainer, int)
.memoryContainer
- see MonotonicUnionContainer(MemoryContainer, int)
decisionCriterionNumber
- see MonotonicUnionContainer(MemoryContainer, int)
public ConfirmatoryMonotonicUnionContainer(MemoryContainer memoryContainer, int decisionCriterionNumber, ConfirmatoryMonotonicUnion[] upwardUnions, ConfirmatoryMonotonicUnion[] downwardUnions)
ConfirmatoryMonotonicUnionContainer
class.
Only calls superclass constructor MonotonicUnionContainer(MemoryContainer, int, MonotonicUnion[], MonotonicUnion[])
.
For the list of thrown exceptions see MonotonicUnionContainer(MemoryContainer, int, MonotonicUnion[], MonotonicUnion[])
.memoryContainer
- see MonotonicUnionContainer(MemoryContainer, int, MonotonicUnion[], MonotonicUnion[])
decisionCriterionNumber
- see MonotonicUnionContainer(MemoryContainer, int, MonotonicUnion[], MonotonicUnion[])
upwardUnions
- see MonotonicUnionContainer(MemoryContainer, int, MonotonicUnion[], MonotonicUnion[])
downwardUnions
- see MonotonicUnionContainer(MemoryContainer, int, MonotonicUnion[], MonotonicUnion[])