| Package | Description |
|---|---|
| weka.core.code |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConverter
Ancestor for converters.
|
class |
Instantiation
Instantiates the object and sets its options.
|
class |
InstantiationWithTryCatch
Instantiates the object and sets its options inside a try-catch block.
|
class |
JavaString
Turns the command into a Java string, correctly quoted.
|
class |
StringArray
Turns the command into a String array.
|
class |
TestClass
Creates a test class for the command instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
static Converter[] |
AbstractConverter.getConverters()
Returns all conversion schemes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractConverter.compareTo(Converter o)
Just uses the name to compare the conversion schemes.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.