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
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