.. _model_details_H2OPCAMOJOModel:

Details of H2OPCAMOJOModel
--------------------------

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


getEigenvectors()
  Principal components matrix.


getEndTime()
  End time in milliseconds


getFeatureImportances()
  Feature importances.


getFeatureTypes()
  Types of feature columns expected by the model


getImportance()
  Standard deviation and importance of each principal component.


getModelCategory()
  H2O's model category


getModelDetails()
  Raw details of this model.


getModelSummary()
  Short summary of this model.


getNumberOfCrossValidationModels()
  Number of cross validation models.


getObjective()
  Final value of GLRM squared loss function.


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.