Fix Mean/ with fuzzy matching
This commit is contained in:
parent
6c295a3325
commit
e9ca0cc351
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user