All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.ModelCategory Maven / Gradle / Ivy

There is a newer version: 3.46.0.5
Show newest version
package hex;

/** Different prediction categories for models.
 *
 * This code is shared between runtime models and generated models.
 *
 * NOTE: the values list in the API annotation ModelOutputSchema needs to match. */
public enum ModelCategory {
  Unknown,
  Binomial,
  Multinomial,
  Ordinal,
  Regression,
  HGLMRegression,
  Clustering,
  AutoEncoder,
  TargetEncoder,
  DimReduction,
  WordEmbedding,
  CoxPH,
  AnomalyDetection,
  KLime,
  BinomialUplift
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy