This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ The guide covers the following areas:
2121* <<algorithms-centrality>> -- A detailed guide to each of the centrality algorithms, including use-cases and examples.
2222* <<algorithms-community>> -- A detailed guide to each of the community detection algorithms, including use-cases and examples.
2323* <<algorithms-path-finding>> -- A detailed guide to each of the path finding algorithms, including use-cases and examples.
24- * <<algorithms-preprocessing>> -- A detailed guide to each of the preprocessing functions and procedures.
2524* <<algorithms-similarity>> -- A detailed guide to each of the similarity algorithms, including use-cases and examples.
25+ * <<algorithms-preprocessing>> -- A detailed guide to each of the preprocessing functions and procedures.
26+
2627
2728[[introduction]]
2829== Introduction
@@ -64,8 +65,9 @@ include::../../target/generated-documentation/documentation.csv[]
6465include::algorithms-centrality.adoc[leveloffset=1]
6566include::algorithms-community.adoc[leveloffset=1]
6667include::algorithms-path-finding.adoc[leveloffset=1]
67- include::algorithms-preprocessing.adoc[leveloffset=1]
6868include::algorithms-similarity.adoc[leveloffset=1]
69+ include::algorithms-preprocessing.adoc[leveloffset=1]
70+
6971
7072ifndef::env-docs[]
7173== Implementers section
Original file line number Diff line number Diff line change 77 </d : tocentry >
88 <d : tocentry linkend =" procedures" ><?dbhtml filename =" procedures/index.html" ?>
99 </d : tocentry >
10+
1011 <d : tocentry linkend =" algorithms-centrality" ><?dbhtml filename =" algorithms/centrality/index.html" ?>
1112 <d : tocentry linkend =" algorithms-pagerank" ><?dbhtml filename =" algorithms/page-rank/index.html" ?>
1213 </d : tocentry >
4748 <d : tocentry linkend =" algorithms-random-walk" ><?dbhtml filename =" algorithms/random-walk/index.html" ?>
4849 </d : tocentry >
4950 </d : tocentry >
51+
52+ <d : tocentry linkend =" algorithms-similarity" ><?dbhtml filename =" algorithms/similarity/index.html" ?>
53+ <d : tocentry linkend =" algorithms-similarity-jaccard" ><?dbhtml filename =" algorithms/similarity-jaccard/index.html" ?>
54+ </d : tocentry >
55+ <d : tocentry linkend =" algorithms-similarity-cosine" ><?dbhtml filename =" algorithms/similarity-cosine/index.html" ?>
56+ </d : tocentry >
57+ <d : tocentry linkend =" algorithms-similarity-euclidean" ><?dbhtml filename =" algorithms/similarity-euclidean/index.html" ?>
58+ </d : tocentry >
59+ </d : tocentry >
60+
61+ <d : tocentry linkend =" algorithms-preprocessing" ><?dbhtml filename =" algorithms/preprocessing/index.html" ?>
62+ <d : tocentry linkend =" algorithms-one-hot-encoding" ><?dbhtml filename =" algorithms/one-hot-encoding/index.html" ?>
63+ </d : tocentry >
64+ </d : tocentry >
65+
5066 </d : tocentry >
5167</d : toc >
5268<!-- vim: set ts=2 sw=2: -->
You can’t perform that action at this time.
0 commit comments