Quantcast
Channel: nBayes - Bayesian Filtering in C#
Browsing all 20 articles
Browse latest View live

Updated Release: nBayes v0.2 (Feb 16, 2010)

nBayes' indexing system is factored in such a way that you can easily replace the index with a custom implementation. This release introduces an additional index type called FileIndex, which stores...

View Article



Released: nBayes v0.1 (May 07, 2009)

nBayes (based on Paul Graham's spam filter) makes it easy to introduce statistics based decision making into your application. Whether it's spam filtering, or something else like artificial...

View Article

Updated Release: nBayes v0.1 (May 07, 2009)

nBayes (based on Paul Graham's spam filter) makes it easy to introduce statistics based decision making into your application. Whether it's spam filtering, or something else like artificial...

View Article

Closed Feature: Create FileIndex [3912]

An additional index type that uses the file system to store changes to the index. Should have methods to re-hydrate itself from the file upon application restart.Comments: Resolved with changeset # 41364

View Article

Released: nBayes v0.2 (Feb 16, 2010)

nBayes' indexing system is factored in such a way that you can easily replace the index with a custom implementation. This release introduces an additional index type called FileIndex, which stores...

View Article


Updated Release: nBayes v0.2 (Feb 16, 2010)

nBayes' indexing system is factored in such a way that you can easily replace the index with a custom implementation. This release introduces an additional index type called FileIndex, which stores...

View Article

Updated Wiki: Index

The Index will contain the corpus for the Analyzer to inspect for the tokens of a new Entry in order to categorize it.publicabstractclass Index { publicabstractint EntryCount { get; protectedset; }...

View Article

Created Feature: Support for non-binary classification [3958]

Non-binary classification, described in this white paper by Ben Kamen (http://www.fogcreek.com/FogBugz/Downloads/KamensPaper.pdf).

View Article


New Post: save and load training result

Just to follow up on this, the latest release has a FileIndex, which can be persisted and loaded from disk.

View Article


Source code checked in, #45380

Added a public get prediction method which gives you the raw value of the prediction

View Article

New Post: Is there any way to have more than 2 indexes?

I am currently in need of a working naive bayes classifier, but since i'll be using it to categorize text into multiple categories i'd like to know if there's a way to call the analyzer with multiple...

View Article

New Post: Is there any way to have more than 2 indexes?

Hi @thoqbk, there is currently no built in mechanism for more than one index. I actually have a pending TODO ("Support for NonBinary Classification") to add this very feature. In the meantime, it's not...

View Article

New Post: Is there any way to have more than 2 indexes?

I actually had the idea to use your binary classifier in a similar manner like the tournament suggested in that paper, the problem is that i dont want just the best match but also the 2nd best. What...

View Article


Source code checked in, #48188

Checked in by server upgrade

View Article

Commented Feature: Support for non-binary classification [3958]

Non-binary classification, described in this white paper by Ben Kamen (http://www.fogcreek.com/FogBugz/Downloads/KamensPaper.pdf).Comments: ** Comment from web user: PatrickBurrows ** I've implemented...

View Article


Updated Wiki: Home

Important: This project is now hosted on GitHub here: https://github.com/joelmartinez/nBayesProject DescriptionnBayes (based on Paul Graham's spam filter) makes it easy to introduce statistics based...

View Article

New Post: Is there any way to have more than 2 indexes?

The ladder style tournament approach in Kamen's paper is interesting.  Has anyone implemented it with nBayes?Basically, you'd compare Cat1 and Cat2, the winner of that would face Cat3 and the winner of...

View Article


New Post: Is there any way to have more than 2 indexes?

Hi, thanks for your interest ... no, I don't know if anyone has implemented that with this library. I believe if you get an undetermined result, I would consider that category a  "loser" and move on to...

View Article

Source code checked in, #70297

Checked in by server upgrade

View Article

Source code checked in, #70298

Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563

View Article
Browsing all 20 articles
Browse latest View live


Latest Images