hi,
in binomial classification, f-measure exists, but not in Performance (Classification) operator for multiclass data,
does there exist a f-measure for multiclass problems? is it in some way possible to built or generate an attribute f-score (multiclass) with the existing fields like precision / recall etc.?
what about 2* (Precision(class1+class2+...+class_n)*Recall(class1+..+class_n)) / (Sum of precision + recall over all classes) ?
does that make sense in some way? what do you guys think?
Is this still comparative? I know with more classes it is likely that precision and recall will go down, do the multiplication factors tend to weight too much and take bad performance too much into account, regarding the division by the sum of terms in the denominator? or is it still accurately enough?
I just want to get a better performance measure overall for the whole result if one class is just massively underrepresented...