Retrieves the log loss output for a '>H2OBinomialMetrics or '>H2OMultinomialMetrics object If "train", "valid", and "xval" parameters are FALSE (default), then the training Log Loss value is returned. If more than one parameter is set to TRUE, then a named vector of Log Losses are returned, where the names are "train", "valid" or "xval".
h2o.logloss(object, train = FALSE, valid = FALSE, xval = FALSE)
Retrieve the training Log Loss
Retrieve the validation Log Loss
Retrieve the cross-validation Log Loss