Match sets from a partitions to a reference partition using the Hungarian algorithm to optimize F1 scores.
Usage
matchSets(pred, true, forceMatch = TRUE, returnIndices = is.integer(true))
Match sets from a partitions to a reference partition using the Hungarian algorithm to optimize F1 scores.
matchSets(pred, true, forceMatch = TRUE, returnIndices = is.integer(true))