Yury, I would add an example for the linear regression too: https://apacheignite.readme.io/docs/ols-multiple-linear-regression <https://apacheignite.readme.io/docs/ols-multiple-linear-regression>
Generally, it will be ideally to prepare both the docs and example for every algorithm to be released. — Denis > On Sep 13, 2017, at 10:13 AM, Yury Babak <[email protected]> wrote: > > 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/
