Is there a Bayesian filter library for .NET?

Is there a Bayesian filter library for .NET?

I would like to set up a folder group and automatically send emails to these folders based on what was previously moved to the folder.

If you're familiar with FogBugz auto-sorting, this is exactly what I would like to do.

+6
bayesian
source share
2 answers

I found Weka.Net , which is the port of the Weka Java Machine Learning Framework prior to .NET. This is an alpha release and doesnโ€™t seem so active, but if it has a Weka core, you can use it to write what you ask. Mailprobe "supports N categories, not just spam / NonSpam" - so maybe this is what you are looking for. This naive Bayes classifier can also be useful.

+2
source share

This doesn't completely answer your question, but a product called Popfile does this using the Perl library.

+1
source share

All Articles