Weka
Weka, Ruby, Association Mining
by Tyler on May.15, 2010, under Data Mining, Ruby, Weka
Weka is a collection of machine learning tools used for data mining. Weka is written in Java however it is possible to use Weka’s libraries inside Ruby. To do this, we must install the Java, Rjb, and of course obtain the Weka source code. In this example, I look at Associating Mining.
Weka, Ruby, Decision Trees
by Tyler on May.15, 2010, under Data Mining, Ruby, Weka
Weka is a collection of machine learning tools used for data mining. Weka is written in Java however it is possible to use Weka’s libraries inside Ruby. To do this, we must install the Java, Rjb, and of course obtain the Weka source code. In this example, I look at Decision Trees.
Weka and Ruby
by Tyler on May.06, 2010, under Computer Science, Data Mining, rjb, Ruby, Weka
Weka is a collection of machine learning tools used for data mining. Weka is written in Java however it is possible to use Weka’s libraries inside Ruby. To do this, we must install the Java, Rjb, and of course obtain the Weka source code. One could use JRuby, but I wanted to try this method to eliminate the dependency with JRuby.