Rdocumentation
powered by
Learn R Programming
gmum.r (version 0.2.1)
predict: predict
Description
Classify a new point according to the model (returns index of cluster where given point belong to)
Usage
"predict"(object, x, ...)
Arguments
object
Trained CEC model object.
x
Given point.
...
other arguments not used by this method.