Hi all,

I'm playing with weka [1] for classifying data using data mining/machine learning. I'm really new on this field so I want to give you a concrete example of my use case to make it clear:��

I have elements that can be classified as true or false. In a training phase, I set up a bayesian network with elements that I manually classified. Then, I can use such network for predicting the classification of new elements.

---> my question is:��
Do we have a package for replacing weka-in-my-use-case in Pharo? It doesn't need to be exactly a bayesian network, it could be simpler.


I looked a bit in Moose-Algos and in BioSmalltalk but I think they don't have what I need.

I would appreciate any help. Cheers.
Mart��n


[1]:��http://www.cs.waikato.ac.nz/ml/weka/