The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
RuleModel results
HI
I'm new to Rapid Miner and Data Mining in general. I'm using Rapid Miner 5.3 and I'm having a problem interpreting the results of the Rule Induction Model. Below is a section of the results
RuleModel
if You > 0.500 then author2 (1 / 34 / 2)
if Your = 0.500 and a > 1.500 and A = 1 then author3 (0 / 0 / 7)
Basically i'm trying to predict author based on words used in song.
I'm little confused about what the numbers 0.500 in the first rule and 1.500 and 1 in the second rule means. I was using ProcessDocumentsFromFiles operator with vector creation parameter set to "Term occurrence" and then "Split Data" operator.
Thanks in advance for any help
I'm new to Rapid Miner and Data Mining in general. I'm using Rapid Miner 5.3 and I'm having a problem interpreting the results of the Rule Induction Model. Below is a section of the results
RuleModel
if You > 0.500 then author2 (1 / 34 / 2)
if Your = 0.500 and a > 1.500 and A = 1 then author3 (0 / 0 / 7)
Basically i'm trying to predict author based on words used in song.
I'm little confused about what the numbers 0.500 in the first rule and 1.500 and 1 in the second rule means. I was using ProcessDocumentsFromFiles operator with vector creation parameter set to "Term occurrence" and then "Split Data" operator.
Thanks in advance for any help
0
Answers
could you attach your process as XML ?