"Algorithm to use"

Zubi
New Altair Community Member
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
-
Hi!
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ázs1
Answers
-
Hi!
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ázs1 -
Yes sir, But I need the area among the all given area0