Learn R Programming

h2o (version 3.0.0.22)

h2o.aic: Retrieve the AIC.

Description

Retrieve the AIC.

Usage

h2o.aic(object, valid = FALSE, ...)

Arguments

object
An H2OModel or H2OModelMetrics.
valid
Retrieve the validation AIC
...
extra arguments to be passed if `object` is of type H2OModel (e.g. train=TRUE)