Neil Marchant

Results 3 issues of Neil Marchant

Consider adding support for token-based comparators. After mapping strings to token sets, the similarity of the sets can be measured using: * Cosine similarity * Sørensen–Dice coefficient * Jaccard index...

These measures are currently implemented in R. Porting to C++ is challenging, as it may be necessary to call an R function (the inner measure) from C++.

Describe the format of the linkage structure samples, diagnostics, and point estimates.

enhancement