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
"Algorithm to use"
I attached the table .I need the algorithm to use in the table for finding the areas which have the highest value greater than a threshold value by assuming threshold value as some value like 0.8.Please explain me as soon as possible.This is needed for my project.
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
You can use Generate Aggregation to find the highest value in the data row.
Then Filter Examples to get the rows that reach the threshold.
You might then optionally aggregate the data to find the overall maximum, and join the original dataset with the maximum value to get the row(s) having this value.
Regards,
Balázs6
Answers