Download List

Projeto Descrição

Bayesian Pattern Filtering Library is a general
purpose library designed for building Bayesian
Filters. Its primary purpose is to provide an
easy-to-use interface to allow the building of
Bayesian filters regardless of the data being
analyzed. A user will only need to provide a
tokenizer, hash function, and comparison function
in order to build a Filter.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-31 23:46
0.2.0beta

Alguns nomes de cabeçalho mudaram, ea interface para acessar dados de Filtro:: score_stream é melhorada. Leia src / NAME_CHANGES para detalhes explicando as alterações para o arquivo e nomes de classe de v0.1. Consulte a documentação de informações para uma descrição de como usar a biblioteca. Há um bpf:: Relação de classe que permite o cálculo da pontuação exata. Ele usa o GNU Multiple Precision Library, que está amplamente disponível para várias plataformas.
Tags: Minor feature enhancements
Some header names have changed, and the interface for accessing data from Filter::score_stream is improved. Read src/NAME_CHANGES for details explaining changes to the file and class names from v0.1. See the info documentation for a description of how to use the library. There is a bpf::Ratio class which allows for exact score calculation. It uses the GNU Multiple Precision Library, which is widely available for many platforms.

2003-03-19 16:03
0.1.2alpha

Este lançamento acrescenta o trabalho para permitir que as classes a serem utilizados como classes base. Isso está sendo feito como parte de um projeto para escrever bpmflat, um filtro de email que utiliza libbpfl.
Tags: Minor feature enhancements
This release adds work to allow classes to be used as base
classes. This is being done as part of a project to write bpmflat, a
mail filter which uses libbpfl.

2003-03-19 00:53
0.1.1alpha

O bpf:: Bucket.load () e salvar () métodos foram alterados para ter const std:: string argumentos em vez de char *.
Tags: Minor feature enhancements
The bpf::Bucket.load() and save() methods have been changed to take
const std::string arguments instead of char*.

2003-03-13 23:29
0.1.0alpha

Tags: Initial freshmeat announcement

Project Resources