The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
mikro in perfomancevector
nguyenxuanhau
Member Posts: 22 Contributor II
hi!
how was mikro calculated in performancevector?
Thanks
how was mikro calculated in performancevector?
Thanks
0
Best Answer
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,
the micro average is simply the average of the performance of all examples. The macro average is only applicable in cases where the examples are divided in batches like it is done by cross validation. In this case, the macro average is the average of the performance of all batches where each batch performance is calculated as average of the examples' performances.
Here is an example: assume that you have 200 examples which are divided by cross validation into 10 folds with 20 examples in each fold. The micro average is now simply the average of all the performance of all 200 examples. The macro average is the average of the average performance of each of the 10 folds. Each of those fold- or batch-averages is calculated basically as a micro average of the 20 containing examples.
Hope that helps,
Ingo6
Answers
Best regards.
Felipe.