suhuadong wrote > Libraries contains k-means algorithm,Support Vector Machine,Apriori etc. > I don't know whether ignite has libraries. > Ignite need integration with spark to support k-means algorithm?
Ignite has native integration only with Spark, but you can do any integration within your application. For example, you can use Compute Grid [1] to run some algorithms over the data stored in Data Grid [2] to scale this algorithms out. Does it make sense to you? [1] https://apacheignite.readme.io/docs/compute-grid [2] https://apacheignite.readme.io/docs/data-grid -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-support-machine-learning-librarys-tp4305p4337.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
