Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-xs authored Jan 27, 2024
1 parent 61291d4 commit a96ce65
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ CurrentModule = TuXartis

# TuXartis

## Vertex indices
## Introduction

## Vertex or edge indices and distributions

### Vertex indices
* degree
* local cluster coefficient
* degree centrality
Expand All @@ -13,14 +17,32 @@ CurrentModule = TuXartis
* hits
* (Perron) eigenvectoror centrality

## Edge indices
### Edge indices
* degree
* common neighbors (number of incident triangles)
* Adamic-Adar
* Ricci curvature
- sublist
- another item


## Spatial embedding (low-dimensional vector representation)
* embedding types
** vertex embedding/vector representation
** edge embedding
*** induced by vertex embedding
*** generated via line graph
** vertex-edge twin-embedding (a unifircation)
* embedding methods
** by force
** via graph Laplacian
** by SG-t-SNE

## Histogram (bins) images on spatial maps


## Translation of histogram images between vertex maps and edge maps


Inline math $\alpha x^2 + \beta x + \gamma$

Math equation
Expand Down

0 comments on commit a96ce65

Please sign in to comment.