predict-methods {flexclust}R Documentation

Predict Cluster Membership

Description

Return either the cluster membership of training data or predict for new data.

Usage

## S4 method for signature 'kcca':
predict(object, newdata, ...)

Arguments

object Object of class inheriting from "kcca".
newdata An optional data matrix with the same number of columns as the cluster centers. If omitted, the fitted values are used.
... Currently not used.

Author(s)

Friedrich Leisch


[Package flexclust version 0.7-0 Index]