A class for constructing performance measures of H2O models.
# S4 method for class 'H2OModelMetrics'
show(object)
# S4 method for class 'H2OBinomialMetrics'
show(object)
# S4 method for class 'H2OBinomialUpliftMetrics'
show(object)
# S4 method for class 'H2OMultinomialMetrics'
show(object)
# S4 method for class 'H2OOrdinalMetrics'
show(object)
# S4 method for class 'H2ORegressionMetrics'
show(object)
# S4 method for class 'H2OClusteringMetrics'
show(object)
# S4 method for class 'H2OAutoEncoderMetrics'
show(object)
# S4 method for class 'H2ODimReductionMetrics'
show(object)
# S4 method for class 'H2OAnomalyDetectionMetrics'
show(object)