|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TechnicalInformation.Field | |
|---|---|
| weka.core | |
| Uses of TechnicalInformation.Field in weka.core |
|---|
| Methods in weka.core that return TechnicalInformation.Field | |
|---|---|
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. |
| Methods in weka.core that return types with arguments of type TechnicalInformation.Field | |
|---|---|
Enumeration<TechnicalInformation.Field> |
TechnicalInformation.fields()
returns an enumeration over all the stored fields |
| Methods in weka.core with parameters of type TechnicalInformation.Field | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||