diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-28 15:26:49 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-28 15:26:49 +0000 |
commit | 69ee5c4ce8f7676a07f5083e6406cd6c15f8e435 (patch) | |
tree | 98a0255155c961773b8f2b030c394c4acd9c1c85 /devel/Makefile | |
parent | PR: 58597 (diff) |
Add p5-Algorithm-NaiveBayes 0.02,
perl class performing Bayesian prediction of categories.
PR: 58527
Submitted by: clsung@dragon2.net
Notes
Notes:
svn path=/head/; revision=92457
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f40ec90071bd..7a3de5591251 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -496,6 +496,7 @@ SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-MDiff SUBDIR += p5-Algorithm-MarkovChain + SUBDIR += p5-Algorithm-NaiveBayes SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Alias |