public
Description: Classifier is a general module to allow Bayesian and other types of classifications.
Homepage: http://classifier.rubyforge.org
Clone URL: git://github.com/xaviershay/classifier.git
Mixin GSL namespace if rb-gsl is being used.
Xavier Shay (author)
Thu Apr 17 00:50:02 -0700 2008
commit  053888406082e1cf921775131051b74604b3ded1
tree    171b9023653d28b4460d37fce4c4bece831f4ee5
parent  72cfa083e3aadf0afcbb6b6f215afa6fe9cc58cf
...
24
25
26
 
 
27
28
29
...
24
25
26
27
28
29
30
31
0
@@ -24,6 +24,8 @@ module Classifier
0
   # data based on underlying semantic relations. For more information on the algorithms used,
0
   # please consult Wikipedia[http://en.wikipedia.org/wiki/Latent_Semantic_Indexing].
0
   class LSI
0
+
0
+    include GSL if $GSL
0
     
0
     attr_reader :word_list
0
     attr_accessor :auto_rebuild

Comments