Package unifeat.result
Class ResultType
java.lang.Object
unifeat.featureSelection.EnumType
unifeat.result.ResultType
This java class is used to define the types of result.
- Author:
- Sina Tabakhi
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResultType
static final ResultType
static final ResultType
static final ResultType
static final ResultType
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
asList()
Returns the names of resultstatic ResultType
Converts the result name to ResultType
-
Field Details
-
NONE
-
DATASET_INFORMATION
-
SELECTED_FEATURE_SUBSET
-
FEATURE_VALUES
-
PERFORMANCE_MEASURES
-
-
Method Details
-
asList
Returns the names of result- Returns:
- an array of names of result
-
parse
Converts the result name to ResultType- Parameters:
type
- the name of result as string- Returns:
- the result type
- Throws:
Exception
- if the specified type is not available
-