🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Algorithm to use"

User: "Zubi"
New Altair Community Member
Updated by Jocelyn
 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.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted 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ázs