Class Ensemble

    • Field Detail

      • FEATURE_NAMES

        public static final ParseField FEATURE_NAMES
      • TRAINED_MODELS

        public static final ParseField TRAINED_MODELS
      • AGGREGATE_OUTPUT

        public static final ParseField AGGREGATE_OUTPUT
      • TARGET_TYPE

        public static final ParseField TARGET_TYPE
      • CLASSIFICATION_LABELS

        public static final ParseField CLASSIFICATION_LABELS
    • Method Detail

      • getFeatureNames

        public java.util.List<java.lang.String> getFeatureNames()
        Specified by:
        getFeatureNames in interface TrainedModel
        Returns:
        List of featureNames expected by the model. In the order that they are expected
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object