Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
W-Apriori doesn't work. need help
Hi at all,
i want to use the W-Apriori operator to generate some association rules, but it's not working.
I am using the rapidminer version 4.3.
This is my operatorchain:
root
| |
| |-Textinput
| |
| |-StringTokenizer
| |-GermanStopwordFilter
| |-ToLowerCaseConverter
| |-TokenLengthFGilter
|
|-ExampleSetWriter
|
|-W-Apriori
If I press the start-button, there is a an exception like this:
Error: 905 External Error
Error in: W-Apriori (W-Apriori) W-Apriori caused an error: weka.core.UnsupportedAttributeTypeException: weka.associations.Apriori: Cannot handle numeric attributes! An external program or library has reported an error. Please see the documentation of this program or library for further information.
How can I get binary attributes. I think I have to converte them somehow.
Can youo give me an example operator chain, where it's works?
Best regards
edfred
i want to use the W-Apriori operator to generate some association rules, but it's not working.
I am using the rapidminer version 4.3.
This is my operatorchain:
root
| |
| |-Textinput
| |
| |-StringTokenizer
| |-GermanStopwordFilter
| |-ToLowerCaseConverter
| |-TokenLengthFGilter
|
|-ExampleSetWriter
|
|-W-Apriori
If I press the start-button, there is a an exception like this:
Error: 905 External Error
Error in: W-Apriori (W-Apriori) W-Apriori caused an error: weka.core.UnsupportedAttributeTypeException: weka.associations.Apriori: Cannot handle numeric attributes! An external program or library has reported an error. Please see the documentation of this program or library for further information.
How can I get binary attributes. I think I have to converte them somehow.
Can youo give me an example operator chain, where it's works?
Best regards
edfred
0
Answers
this can be switched in the Textinput operator. The parameter is called "default_encoding" or something like that.
Greetings,
Sebastian
I tried this: But this is not working. Rapidminer freezes after 5 minutes. I tried it with this:
java -Xms128M -Xmx1024M -jar rapidminer.jar
But Rapidminer still freeze. And I have to close the whole program.
If I use the default encoding (I let the space empty.), it's working. But it's not displaying the german letters.
Do you know why?
unfortunatly I don't have any clue, why this should happen. And I can't test it without the data.
Did you wait a few minutes before closing rapidMiner? Some parts of the TextMiningPlugin somehow manage to block the gui thread. But the gui thread recovers if the calculation has been finished.
Greetings,
Sebastian