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.
rapid miner read arrff
Best Answer
-
rjones13 Member Posts: 198 UnicornHi @kiran2004,
This sounds like the metadata hasn't caught up with the process yet (basically the headers can't pass through because it hasn't read the file yet). What I would do is set up the following, with the Read ARFF operator followed by a Set Role with a breakpoint in between.
Also in the Process menu in the top-right, turn on the option "Synchronize Meta Data with Real Data". You should then find that when you run the Read ARFF operator, you now have the attributes available in Set Role.
Also note that you can manually type in the operators at any time into Set Role, even if it doesn't appear in the drop down.
Hope this helps.
Best,
Roland
0