Class HybridType

java.lang.Object
unifeat.featureSelection.EnumType
unifeat.featureSelection.hybrid.HybridType

public class HybridType extends EnumType
This java class is used to define the names of hybrid-based feature selection methods.
Author:
Sina Tabakhi
See Also:
  • Field Details

  • Constructor Details

    • HybridType

      private HybridType(String name)
      Creates new HybridType. This method is called from within the constructor to initialize the parameter.
      Parameters:
      name - the name of hybrid method
  • Method Details

    • asList

      public static String[] asList()
      Returns the names of hybrid-based feature selection methods
      Returns:
      an array of names of methods
    • parse

      public static HybridType parse(String type)
      Converts the hybrid method name to HybridType
      Parameters:
      type - the name of hybrid method as string
      Returns:
      the hybrid method type
    • isHybridMethod

      public static boolean isHybridMethod(String type)
      Checks whether the method is hybrid-based feature selection method or not
      Parameters:
      type - the name of feature selection method
      Returns:
      true if method is hybrid-based method