Fix Mean/ with fuzzy matching

This commit is contained in:
Filip Gralinski 2020-07-02 18:25:51 +02:00
parent 6c295a3325
commit e9ca0cc351
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ gevalCoreOnSources (LikelihoodHashed nbOfBits) = helperLogLossHashed nbOfBits lo
gevalCoreOnSources (Mean (MultiLabelFMeasure beta matchingSpec))
= gevalCoreWithoutInputOnItemTargets (Right . intoWords)
(Right . getWords)
((fMeasureOnCounts beta) . (getCounts (==)))
((fMeasureOnCounts beta) . (getWeightedCounts (getMatchingFunctionForString matchingSpec)))
averageC
id
noGraph