Rdocumentation
powered by
Learn R Programming
h2o (version 3.0.0.22)
h2o.logloss: Retrieve the Log Loss Value
Description
Retrieves the log loss output for a
H2OBinomialMetrics
or
H2OMultinomialMetrics
object
Usage
h2o.logloss(object, valid = FALSE, ...)
Arguments
object
a
H2OModelMetrics
object of the correct type.
valid
Retreive the validation metric.
...
Extra arguments to be passed if `object` is of type
H2OModel
(e.g. train=TRUE)