Class | Description |
---|---|
DeepWalk<V,E> |
Implementation of the DeepWalk graph vectorization model, based on the paper
DeepWalk: Online Learning of Social Representations by Perozzi, Al-Rfou & Skiena (2014),
http://arxiv.org/abs/1403.6652
Similar to word2vec in nature, DeepWalk is an unsupervised learning algorithm that learns a vector representation of each vertex in a graph. |
DeepWalk.Builder<V,E> | |
DeepWalkGradientCheck | |
GraphHuffman |
An implementation of a Huffman tree specifically for graphs.
|
TestDeepWalk | |
TestGraphHuffman |