I am working with the 2.2.0 RC and have built the ML examples and successfully imported them into IntelliJ.
I'd like to try a K-Means example, but the online documentation only contains code fragments: https://apacheignite.readme.io/docs/k-means-clustering which I have managed to put together: https://github.com/VeryFatBoy/KMeansTest/blob/master/KMeansTest.java It compiles but there is, obviously, no output. How to I use the code please to get some meaningful output? Or in other words, is it possible to get a complete example that shows the functionality and capability of Ignite's support for K-Means? Thank you.
