h2o (version 3.2.0.3)

h2o.totss: Get the total sum of squares. If "train", "valid", and "xval" parameters are FALSE (default), then the training totss value is returned. If more than one parameter is set to TRUE, then a named vector of totss' are returned, where the names are "train", "valid" or "xval".

Description

Get the total sum of squares. If "train", "valid", and "xval" parameters are FALSE (default), then the training totss value is returned. If more than one parameter is set to TRUE, then a named vector of totss' are returned, where the names are "train", "valid" or "xval".

Usage

h2o.totss(object, train = FALSE, valid = FALSE, xval = FALSE, ...)

Arguments

object
An H2OClusteringModel object.
train
Retrieve the training total sum of squares
valid
Retrieve the validation total sum of squares
xval
Retrieve the cross-validation total sum of squares
...
further arguments to be passed on (currently unimplemented)