h2o.betweenss: Get the between cluster sum of squares.
If "train", "valid", and "xval" parameters are FALSE (default), then the training betweenss value is returned. If more
than one parameter is set to TRUE, then a named vector of betweenss' are returned, where the names are "train", "valid"
or "xval".
Description
Get the between cluster sum of squares.
If "train", "valid", and "xval" parameters are FALSE (default), then the training betweenss value is returned. If more
than one parameter is set to TRUE, then a named vector of betweenss' are returned, where the names are "train", "valid"
or "xval".
Usage
h2o.betweenss(object, train = FALSE, valid = FALSE, xval = FALSE)
Arguments
object
An H2OClusteringModel object.
train
Retrieve the training between cluster sum of squares
valid
Retrieve the validation between cluster sum of squares
xval
Retrieve the cross-validation between cluster sum of squares