Data to Similarity Data Operator error
I have recently upgraded from RapidMiner studio 7.2 to RapidMiner studio 7.5 and a workflow that has been working fine is now throwing the error "The setup does not seem to contain any obvious errors..." I have isolated this error down to the Data to Similarity Data operator. It takes in an example set and output a data table on the sim output port. It is this output that is rejected by any operator that is placed after the Data to Similarity Data operator. I have tried filter example, filter by range, generate attributes and store operators and none of these can take the output from the Data to Similarity Data operator. Is there something that has chanegd between 7.2 and 7.5 that I should take care of?
Best Answer
-
Andrew RapidMiner Certified Expert, RapidMiner Certified Master, Member Posts: 47 Guru
I tried it and looks like a bug. A workaround is to replace with "Data to Similarity" and "Similarity to Data"
Andrew
0
Answers
Well the big changes are the data core and more parallelization loops. I can't see your process before the Data2Sim operator. Are you using some kind of Loop operator?
Not at all I am not using any loop operator. I have attached the process as an XML now. Suffice to say that it is something to do with the "Data to Similarity Data" operator. I have replaced the "Data to Similarity Data" with 2 operators "Data to Similarity" followed by "Similarity to Data" and the error clears though I do not get exactly the same result as I had wanted with the "Data to Similarity Data".
Ah yes now I see it, your output and SIM port to an EXA port. That would give you an error. As you figured out, you need to use a Similarity To Data operator afterwards.