🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Writing Rules to CSV with GroovyScript?

User: "earmijo"
New Altair Community Member
Updated by Jocelyn
I confess I'm a newbie when it comes to program stuff myself in Java.
What I want to know in this question is : Do  I want to invest the time
to learn a bit more.

My question is: With this new operator GroovyScript, is it possible, after generating association rules,  to
transform them into an ExampleSet which then I can save to CSV. I want to compute additional measures
of interestingness (like ChiSquare).

I know you can do this easily in the Enterprise Version.

(Completely unrelated question: is there an academic price for that version?
I use RM to teach. I can buy the program once.  The annual subscription is
a bit expensive for me as an individual. )

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "haddock"
    New Altair Community Member
    Greetings!

    It may actually be possible to do what you want with plain vanilla RM. I think you'll find the following covers some of your points http://rapid-i.com/rapidforum/index.php/topic,778.msg3429.html#msg3429
    User: "earmijo"
    New Altair Community Member
    OP
    Wow. That was very nice Haddock. It took me a while to figure out everything but it is a very nice program and I learned a lot about operators that I had never used before.  I still have a problem though. The results that RM writes only include Confidence. I also need Lift and Support to be able to compute the ChiSquare stat (which is the reason why I'm doing all of this). Thank you anyways for your help.