ConvertToInstances
ConfirmatoryMonotonicUnionContainer
, PairDecisionMonotonicUnionContainer
public class MonotonicUnionContainer extends UnionContainer
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
defaultComment |
Default comment for this union container.
|
static boolean |
writeDateToFile |
Tells if 'Date' tag should be present in *.apx or *.regions file to which this container is saved.
|
AT_LEAST, AT_MOST, ORIGINAL
Constructor | Description |
---|---|
MonotonicUnionContainer(MemoryContainer memoryContainer) |
Constructor for
MonotonicUnionContainer class. |
MonotonicUnionContainer(MemoryContainer memoryContainer,
int decisionCriterionNumber) |
Constructor for
MonotonicUnionContainer class. |
MonotonicUnionContainer(MemoryContainer memoryContainer,
int decisionCriterionNumber,
MonotonicUnion[] upwardUnions,
MonotonicUnion[] downwardUnions) |
Constructor for
MonotonicUnionContainer class. |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDefaultComment() |
Gets default comment for this union container
|
boolean |
isWriteDateToFile() |
Tells if 'Date' tag should be present in *.apx or *.regions file to which this container is saved.
|
getMemoryContainer, getQualityOfApproximation, getQualityOfApproximation
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 static boolean writeDateToFile
true
.public static java.lang.String defaultComment
public MonotonicUnionContainer(MemoryContainer memoryContainer)
MonotonicUnionContainer
class.
Only calls superclass constructor UnionContainer(MemoryContainer)
.
For the list of thrown exceptions see UnionContainer(MemoryContainer)
.memoryContainer
- see UnionContainer(MemoryContainer)
public MonotonicUnionContainer(MemoryContainer memoryContainer, int decisionCriterionNumber)
MonotonicUnionContainer
class.
Only calls superclass constructor UnionContainer(MemoryContainer, int)
.
For the list of thrown exceptions see UnionContainer(MemoryContainer, int)
.memoryContainer
- see UnionContainer(MemoryContainer, int)
decisionCriterionNumber
- see UnionContainer(MemoryContainer, int)
public MonotonicUnionContainer(MemoryContainer memoryContainer, int decisionCriterionNumber, MonotonicUnion[] upwardUnions, MonotonicUnion[] downwardUnions)
MonotonicUnionContainer
class.
Only calls superclass constructor UnionContainer(MemoryContainer, int, Union[], Union[])
.
For the list of thrown exceptions see UnionContainer(MemoryContainer, int, Union[], Union[])
.memoryContainer
- see UnionContainer(MemoryContainer, int, Union[], Union[])
decisionCriterionNumber
- see UnionContainer(MemoryContainer, int, Union[], Union[])
upwardUnions
- see UnionContainer(MemoryContainer, int, Union[], Union[])
downwardUnions
- see UnionContainer(MemoryContainer, int, Union[], Union[])
public boolean isWriteDateToFile()
isWriteDateToFile
in class UnionContainer
true
if 'Date' tag should be present in *.apx or *.regions file to which this container is saved,
false
otherwisepublic java.lang.String getDefaultComment()
getDefaultComment
in class UnionContainer