We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fec1e commit ad362deCopy full SHA for ad362de
1 file changed
README.md
@@ -7,8 +7,21 @@
7
8
Performs Principal Component Analysis (PCA) with optional graph distance for neighborhood composition.
9
10
-<!-- START doctoc -->
11
-<!-- END doctoc -->
+<!-- START doctoc generated TOC please keep comment here to allow auto update -->
+<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
12
+**Table of Contents**
13
+
14
+- [Geodesic Graph Distance](#geodesic-graph-distance)
15
+ - [Why?](#why)
16
+ - [What?](#what)
17
+ - [Results](#results)
18
+ - [Why not?](#why-not)
19
+- [Installation](#installation)
20
+- [Example](#example)
21
+ - [Classic PCA](#classic-pca)
22
+ - [Graph PCA](#graph-pca)
23
24
+<!-- END doctoc generated TOC please keep comment here to allow auto update -->
25
26
27
# Geodesic Graph Distance
0 commit comments