Hi Akmal,

Actually we have two version of k-means local and distributed. And you
implemented example of local version. If you want to visualize cluster
centers you could use Tracer like this:

/for (Vector v:mdl.centers())
    Tracer.showAscii(v);/

Unfortunately right now we don`t have good example for this algorithm but
you could checkout
org.apache.ignite.ml.clustering.KMeansDistributedClustererTest class as
distributed example.

Regards,
Yury.

PS: https://issues.apache.org/jira/browse/IGNITE-6373 was created for those
examples.



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Reply via email to