ConfirmatoryMonotonicUnionContainer
, MonotonicUnionContainer
, PairDecisionMonotonicUnionContainer
, StandardJmafUnionContainer
, StandardUnionContainer
, UnionContainer
public interface ConvertToInstances
Modifier and Type | Method | Description |
---|---|---|
weka.core.Instances |
convertToInstancesLowerBoundDecision() |
Converts container into a WEKA Instances container
|
weka.core.Instances |
convertToInstancesOriginalDecision() |
Converts container into a WEKA Instances container with
original decision
|
weka.core.Instances |
convertToInstancesUpperBoundDecision() |
Converts container into a WEKA Instances container
|
void |
saveArffFile(java.lang.String fileName) |
Creates arff file that includes all objects.
|
void |
saveArffFile(java.lang.String lowerBoundFileName,
java.lang.String upperBoundFileName) |
Creates two files arff files.
|
weka.core.Instances convertToInstancesOriginalDecision()
weka.core.Instances convertToInstancesLowerBoundDecision()
weka.core.Instances convertToInstancesUpperBoundDecision()
void saveArffFile(java.lang.String fileName) throws java.io.IOException
fileName
- file namejava.io.IOException
- when file cannot be savedvoid saveArffFile(java.lang.String lowerBoundFileName, java.lang.String upperBoundFileName) throws java.io.IOException
lowerBoundFileName
- first file nameupperBoundFileName
- second file namejava.io.IOException
- when any of the files cannot be saved