cvs commit: ports/science Makefile ports/science/rubygem-ai4r
Makefile distinfo pkg-descr
Martin Wilke
miwi at FreeBSD.org
Fri Mar 25 12:08:20 UTC 2011
miwi 2011-03-25 12:08:20 UTC
FreeBSD ports repository
Modified files:
science Makefile
Added files:
science/rubygem-ai4r Makefile distinfo pkg-descr
Log:
AI4R is a collection of ruby algorithms implementations,
covering several Artificial intelligence fields. It implements:
* Genetic algorithms
* Self-organized maps (SOM)
* Neural Networks
- Multilayer perceptron with Backpropagation learning
- Hopfield net
* Automatic classifiers (Machine Learning)
- ID3 (Decision Trees)
- PRISM (J. Cendrowska, 1987)
- Multilayer Perceptron
- OneR (AKA One Attribute Rule, 1R)
- ZeroR
- Hyperpipes
- Naive Bayes
- IB1 (D. Aha, D. Kibler - 1991)
* Data clustering
- K-means
- Bisecting k-means
- Single linkage
- Complete linkage
- Average linkage
- Weighted Average linkage
- Centroid linkage
- Median linkage
- Ward's method linkage
- Diana (Divisive Analysis)
WWW: http://ai4r.rubyforge.org/
PR: ports/155699
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Revision Changes Path
1.212 +1 -0 ports/science/Makefile
1.1 +20 -0 ports/science/rubygem-ai4r/Makefile (new)
1.1 +2 -0 ports/science/rubygem-ai4r/distinfo (new)
1.1 +30 -0 ports/science/rubygem-ai4r/pkg-descr (new)
More information about the cvs-all
mailing list