Class ClassifierType

java.lang.Object
unifeat.featureSelection.EnumType
unifeat.classifier.ClassifierType

public final class ClassifierType extends EnumType
This java class is used to define the names of classifiers.
Author:
Sina Tabakhi
See Also:
  • Field Details

  • Method Details

    • asList

      public static String[] asList()
      Returns the names of classifiers
      Returns:
      an array of names of classifiers
    • parse

      public static ClassifierType parse(String type)
      Converts the classifier name to ClassifierType
      Parameters:
      type - the name of classifier as string
      Returns:
      the classifier type