aboutsummaryrefslogtreecommitdiff
path: root/science/rubygem-ai4r
Commit message (Collapse)AuthorAgeFilesLines
* Update LICENSESunpoet Po-Chuan Hsieh2017-09-241-2/+1
| | | | Notes: svn path=/head/; revision=450516
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-242-32/+27
| | | | | | | | | - Remove trailing space from COMMENT - Reformat pkg-descr - Update WWW Notes: svn path=/head/; revision=387270
* science/rubygem-ai4r: update to 1.13Steve Wills2014-08-232-3/+3
| | | | Notes: svn path=/head/; revision=365824
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332049
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-271-2/+2
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* - Update to 1.12Steve Wills2013-07-123-13/+3
| | | | | | | | PR: ports/179870 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) Notes: svn path=/head/; revision=322808
* - Add patch to fix buildSteve Wills2013-02-262-5/+11
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=312950
* - Cannoicalize the WWW: [again],Philip M. Gollucci2011-06-231-1/+1
| | | | | | | - Save redirects s/http/https/ for github Notes: svn path=/head/; revision=276162
* AI4R is a collection of ruby algorithms implementations,Martin Wilke2011-03-253-0/+52
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> Notes: svn path=/head/; revision=271706