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
Compare ROCs
Wolfsburg2011
Member Posts: 40 Contributor II
Hi,
can someone tell me please, what can man do with Compare Rocs Oprator? if I want to compare two columns in Rapid Miner, can I do it with this oprator? ??? Thans a lot for your help.
Best Regards
can someone tell me please, what can man do with Compare Rocs Oprator? if I want to compare two columns in Rapid Miner, can I do it with this oprator? ??? Thans a lot for your help.
Best Regards
0
Answers
this operator compares ROC charts for models as the operator description says:
Generates a ROC chart for the models created by each of the inner learners and plot all charts in the same plotter.
This will not help you when simply comparing two columns. What tests do you want to apply to the columns? If you can express them with some functions and expressions (if-then-else for example) I would suggest to consider the "Generate Attributes" operator. You can define different values for the outcome of the comparison. Please read the comprehensive operator description for details. If you need further help, please post some details regarding the intended comparison (what shall be compared and what shall happen as result).
Regards
Matthias
Thanks a lot for your Help. I want to compare two Columns, for example alt_adress with new_adress, if they are same, give me as answer in new columns "yes" otherweise "No". or, as in haming Distance algorithm said, what percentage of a cell in alte_adress with the same cell in new_adress is consistent.
with best regard.
if you just want to check if the column values are equal you can do it very easily this way: If you want to achieve some sort of similarity measurement you will have to include more sophisticated methods. "Generate Attributes" allows to use some string methods (like prefix, suffix, contains, regex matching) but can not provide you a real solution for this. You will need some sort of edit distance or something like that. As far as I know there is no operator that allows calculating string similiarities up to now...
Regards
Matthias
thank you for your help. i have tried, but it is not unfortunately what I want to see as result therfore I write you my Problem exactly.
I have two table VGA and post joint (innen) together. now I want to compare two column address in Post with address in VGA, so I can find out which address has changed and the results in column results as "yes"or " no" save. is it possible in Rapid Miner? ???
Best Regards
I catch it. Thanks a Lot Matthias.