Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 7f4b744

Browse files
author
Mark Needham
committed
tidy up
1 parent d5367de commit 7f4b744

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

doc/asciidoc/one-hot-encoding.adoc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,6 @@ This section describes the One Hot Encoding function in the Neo4j Graph Algorith
1010
The One Hot Encoding function is used to convert categorical data into a numerical format that can be used by Machine Learning libraries.
1111
// end::introduction[]
1212

13-
14-
[[one-hot-encoding-context]]
15-
== History and explanation
16-
17-
// tag::explanation[]
18-
19-
// end::explanation[]
20-
21-
22-
[[one-hot-encoding-usecase]]
23-
== Use-cases - when to use One Hot Encoding
24-
25-
// tag::use-case[]
26-
27-
// end::use-case[]
28-
29-
3013
[[algorithms-one-hot-encoding-sample]]
3114
== One Hot Encoding sample
3215

doc/asciidoc/similarity-jaccard.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ include::scripts/similarity-jaccard.cypher[tag=stream-similarity-cutoff]
116116
|===
117117
| from | to | intersection | similarity
118118
| Arya | Karin | 2 | 0.66
119-
| Zhen | Michael | 1 | 0.66
119+
| Zhen | Michael | 2 | 0.66
120120
| Zhen | Praveena | 1 | 0.33
121121
| Michael | Karin | 1 | 0.25
122122
| Praveena | Michael | 1 | 0.25

0 commit comments

Comments
 (0)