onekmeans: One-run of the K-means clustering technique
Description
Initializes centroids based on a given membership function matrix or randomly.
Iterate once over the input data to update the membership function matrix
assigning objects to the closest centroids.