.. _model_details_H2OGAMMOJOModel:

Details of H2OGAMMOJOModel
--------------------------

getCoefficients()
  Table of Coefficients.


getCrossValidationMetrics()
  Cross Validation metrics represented as a map.


getCrossValidationMetricsObject()
  Cross Validation metrics in strongly typed object.


getCrossValidationMetricsSummary()
  Cross validation metrics summary contains information about performance of individual folds according to various model metrics.


getCrossValidationModelsScoringHistory()
  Cross validation models scoring history.


getDefaultThreshold()
  Default threshold used for predictions of classification models


getEndTime()
  End time in milliseconds


getFeatureImportances()
  Feature importances.


getFeatureTypes()
  Types of feature columns expected by the model


getModelCategory()
  H2O's model category


getModelDetails()
  Raw details of this model.


getModelSummary()
  Short summary of this model.


getNumberOfCrossValidationModels()
  Number of cross validation models.


getRunTime()
  Runtime in milliseconds


getScoringHistory()
  Scoring history acquired during the model training.


getStartTime()
  Start time in milliseconds


getTrainingMetrics()
  Training metrics represented as a map.


getTrainingMetricsObject()
  Training metrics in strongly typed object.


getTrainingParams()
  Training params


getValidationMetrics()
  Validation metrics represented as a map.


getValidationMetricsObject()
  Validation metrics in strongly typed object.