predict.ewkm {wskm} | R Documentation |
ewkm
model.Return the nearest cluster to each observation based on a Euclidean distance with each variable weighted differently per cluster.
## S3 method for class 'ewkm' predict(object, data, ...)
object |
object of class |
data |
the data that needs to be predicted. Variables should
have the same names and order as used in building the
|
... |
other arguments. |
a vector of cluster numbers of length nrow(data)
.
Graham Williams (Togaware)