Package unifeat.classifier
Class ClassifierType
java.lang.Object
unifeat.featureSelection.EnumType
unifeat.classifier.ClassifierType
This java class is used to define the names of classifiers.
- Author:
- Sina Tabakhi
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClassifierType
static final ClassifierType
static final ClassifierType
static final ClassifierType
static final ClassifierType
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
asList()
Returns the names of classifiersstatic ClassifierType
Converts the classifier name to ClassifierType
-
Field Details
-
NONE
-
SVM
-
NB
-
DT
-
KNN
-
-
Method Details
-
asList
Returns the names of classifiers- Returns:
- an array of names of classifiers
-
parse
Converts the classifier name to ClassifierType- Parameters:
type
- the name of classifier as string- Returns:
- the classifier type
-