You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: doc/asciidoc/similarity-overlap.adoc
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,8 @@ The procedures parallelize the computation and are therefore a better bet when c
36
36
== Use-cases - when to use the Overlap Similarity algorithm
37
37
38
38
// tag::use-case[]
39
-
We can use the Overlap Similarity algorithm to work out the similarity between two things.
40
-
We might then use the computed similarity as part of a recommendation query.
41
-
For example, you can use the Overlap Similarity algorithm to show the products that were purchased by similar customers, in terms of previous products purchased.
39
+
We can use the Overlap Similarity algorithm to work out which things are subsets of others.
40
+
We might then use these computed subsets to https://jbarrasa.com/2017/03/31/quickgraph5-learning-a-taxonomy-from-your-tagged-data/[learn a taxonomy from tagged data^], as described by Jesús Barrasa.
0 commit comments