Class StackMetaLearnerType


  • public final class StackMetaLearnerType
    extends com.azure.core.util.ExpandableStringEnum<StackMetaLearnerType>
    Defines values for StackMetaLearnerType.
    • Field Detail

      • LOGISTIC_REGRESSION

        public static final StackMetaLearnerType LOGISTIC_REGRESSION
        Static value LogisticRegression for StackMetaLearnerType.
      • LOGISTIC_REGRESSION_CV

        public static final StackMetaLearnerType LOGISTIC_REGRESSION_CV
        Static value LogisticRegressionCV for StackMetaLearnerType.
      • LIGHT_GBMCLASSIFIER

        public static final StackMetaLearnerType LIGHT_GBMCLASSIFIER
        Static value LightGBMClassifier for StackMetaLearnerType.
      • ELASTIC_NET

        public static final StackMetaLearnerType ELASTIC_NET
        Static value ElasticNet for StackMetaLearnerType.
      • ELASTIC_NET_CV

        public static final StackMetaLearnerType ELASTIC_NET_CV
        Static value ElasticNetCV for StackMetaLearnerType.
      • LIGHT_GBMREGRESSOR

        public static final StackMetaLearnerType LIGHT_GBMREGRESSOR
        Static value LightGBMRegressor for StackMetaLearnerType.
      • LINEAR_REGRESSION

        public static final StackMetaLearnerType LINEAR_REGRESSION
        Static value LinearRegression for StackMetaLearnerType.
    • Constructor Detail

      • StackMetaLearnerType

        public StackMetaLearnerType()
    • Method Detail

      • fromString

        public static StackMetaLearnerType fromString​(String name)
        Creates or finds a StackMetaLearnerType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding StackMetaLearnerType.
      • values

        public static Collection<StackMetaLearnerType> values()
        Gets known StackMetaLearnerType values.
        Returns:
        known StackMetaLearnerType values.