Package | Description |
---|---|
weka.core |
Modifier and Type | Method and Description |
---|---|
static TechnicalInformation.Field |
TechnicalInformation.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalInformation.Field[] |
TechnicalInformation.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TechnicalInformation.exists(TechnicalInformation.Field field)
returns TRUE if the field is stored and has a value different from the
empty string.
|
String |
TechnicalInformation.getValue(TechnicalInformation.Field field)
returns the value associated with the given field, or empty if field is
not currently stored.
|
void |
TechnicalInformation.setValue(TechnicalInformation.Field field,
String value)
sets the value for the given field, overwrites any previously existing one.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.