Hi !
I have a set of feature, for each feature, multiple attributes (A,B,C), all having numbers. I have to extract, for each feature, the maximum value value among the attributes A,B and C.
Since the StatisticCalculator limit to compute the max/min/... value of an attribute among all feature, how can archive my goal ?
thanks in advance !