java - Expectation-Maximization in Weka for custom objects -


i'm planning use java weka library's em algorithm in order assign probabilities objects in cluster , then, work these probabilities.

furthermore, properties of objects loaded database, load them clusterer directly memory, instead of dumping them arff file in examples have found around web (e.g. serialization).

firstly, know if weka library proper 1 purpose of there exists 1 such apache commons math.

secondly, there example not manage file in order create instances?

i grateful help.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

android - com.google.gson.JsonSyntaxException when AsyncTask with Parser is called More than once -