Class ResultType


public class ResultType extends EnumType
This java class is used to define the types of result.
Author:
Sina Tabakhi
See Also:
  • Field Details

    • NONE

      public static final ResultType NONE
    • DATASET_INFORMATION

      public static final ResultType DATASET_INFORMATION
    • SELECTED_FEATURE_SUBSET

      public static final ResultType SELECTED_FEATURE_SUBSET
    • FEATURE_VALUES

      public static final ResultType FEATURE_VALUES
    • PERFORMANCE_MEASURES

      public static final ResultType PERFORMANCE_MEASURES
  • Method Details

    • asList

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

      public static ResultType parse(String type) throws Exception
      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