number of repetitions for the call to kmeans (default is 100).
safety
As described in the help to kmeans, the algorithm may not converge in the quick-transfer stage. If safety is set to TRUE, each run where this happens is discarded and repeated from a different random starting point.
...
further arguments to kmeans.
Value
K columns and nrow(d) rows.
Details
This function calculates starting values for wrapFKM as the solution of k-means clustering.