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
FieldsModifier and TypeFieldDescriptionstatic final ResultTypestatic final ResultTypestatic final ResultTypestatic final ResultTypestatic final ResultType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]asList()Returns the names of resultstatic ResultTypeConverts the result name to ResultType
-
Field Details
-
NONE
-
DATASET_INFORMATION
-
SELECTED_FEATURE_SUBSET
-
FEATURE_VALUES
-
PERFORMANCE_MEASURES
-
-
Constructor Details
-
ResultType
Creates new ResultType. This method is called from within the constructor to initialize the parameter.- Parameters:
name- the name of result
-
-
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
-