1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated gemspec for 1.13 release. Removed change_log file, we can see change history at github, if needed. More... over 10 years ago
Small fix on naive_bayes classifier. When we changed the each_with_index for 0.upto, the method was returning a fixnum instead of a enum More... over 10 years ago
Merge pull request #23 from dmitry/naive_bayes_refactor More... over 10 years ago
reformatted naive bayes to more idiomatic ruby More... over 10 years ago
Fixed cosine distance. Cosine similarity was implemented, rather than distance. More... over 10 years ago
Merge pull request #20 from mancmelou/patch-1 More... over 10 years ago
Merge branch 'master' of https://github.com/coberlin/ai4r into coberlin-master More... over 10 years ago
Merge pull request #17 from MichalPokorny/typo-fix More... over 10 years ago
Update proximity_test.rb More... over 10 years ago
Cosine distance test More... over 10 years ago
Update proximity.rb More... over 10 years ago
Adding a method for calculating cosine distance More... over 10 years ago
Merge branch 'kmeans_on_empty' More... over 10 years ago
added user control parameters :centroid_indices and :on_empty to k_means More... over 10 years ago
Fix a typo ('alforithm') and indentation (5 spaces instead of 6) More... almost 11 years ago
Added full contributors list More... almost 11 years ago
Added full contributors list More... almost 11 years ago
Added full contributors list More... almost 11 years ago
Changed default number of training iterations for multilayer perceptron to 500. More... almost 11 years ago
Merge pull request #16 from coberlin/master More... almost 11 years ago
Merge remote-tracking branch 'upstream/master' More... almost 11 years ago
removing puts statement More... almost 11 years ago
Merge pull request #15 from agarie/minor_fixes_readme More... almost 11 years ago
removed unused and problematic version of euclidean_distance (it returned 0 instead of error if nil is passed in) More... almost 11 years ago
replaced bad clusterer distance with proximity distance, added cluster consolidation to fix nil exception, added option to set initial centroids to facilitate testing More... almost 11 years ago
Remove extra whitespace & fix identation More... almost 11 years ago
Remove extra whitespace & fix identation More... almost 11 years ago
Update clusterer_example.rb More... about 11 years ago
Added example on how to use clustering algorithms More... about 11 years ago
Revert "Merge pull request #11 from malavbhavsar/master" sue to issues with rarff requirements More... about 11 years ago