predict-methods {flexclust} | R Documentation |
Return either the cluster membership of training data or predict for new data.
## S4 method for signature 'kcca': predict(object, newdata, ...)
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. |
Friedrich Leisch