[similarity] adding a string array version of Jaccard similarity that creates the string sets internally for convenience
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
#include "collections.h"
|
||||
|
||||
double jaccard_similarity(khash_t(str_set) *s1, khash_t(str_set) *s2);
|
||||
double jaccard_similarity_string_arrays(size_t num_strings1, char **strings1, size_t num_strings2, char **strings2);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user