Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Bayesian filter library for .NET

Tags:

.net

bayesian

Is there a Bayesian filter library for .NET?

I would like to setup a group of folders and have emails automatically moved to those folders based on what has been previously moved to the folder.

If you are familiar with FogBugz auto-sort, that's exactly what I would like to do.

like image 498
Brian Boatright Avatar asked Feb 05 '09 16:02

Brian Boatright


2 Answers

I found Weka.Net which is a port of the Weka Java Machine Learning Framework to .NET. It is an alpha release, and seems not so active, but if it has the core of Weka, you can use it to write what you ask for. Mailprobe "does support N categories, not just Spam/NonSpam" - so maybe this is what you are looking for. This naive bayesian classifier may be helpful too.

like image 68
Yuval F Avatar answered Nov 14 '22 23:11

Yuval F


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

like image 40
Jeff Martin Avatar answered Nov 15 '22 00:11

Jeff Martin