Apriori algorithm implementation

I am learning Apriori algorithm but have trouble implementing it in
Ruby. I
wonder if there is some implementation of Apriori algorithm in Ruby.

2012/9/1 Bob H. [email protected]

Apriori Algorithm – Ruby – { Online Notes }

I googled already, and found these 2 links. First one is C
implementation
with Ruby bridge. Second one is Ruby implementation, but with horrible
code
style, and it’s really hard to dive into.
Still looking…

On 2012-09-01, at 9:30 AM, Иван Бишевац [email protected] wrote:

I am learning Apriori algorithm but have trouble implementing it in Ruby. I
wonder if there is some implementation of Apriori algorithm in Ruby.

From a quick google…

http://www.armando.ws/2007/10/apriori-algorithm-ruby/