"Algorithm to use"

Zubi
Zubi New Altair Community Member
edited November 2024 in Community Q&A
 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.

Best Answer

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    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

Answers

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    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
  • Zubi
    Zubi New Altair Community Member
    Yes sir, But I need the area among the all given area