h2o (version 3.2.0.3)

h2o.biases: Return the respective bias vector

Description

Return the respective bias vector

Usage

h2o.biases(object, vector_id = 1, ...)

Arguments

object
An H2OModel or H2OModelMetrics
vector_id
An integer, ranging from 1 to number of layers + 1, that specifies the bias vector to return.
...
further arguments to be passed to/from this method.