| Package | Description |
|---|---|
| org.deeplearning4j.graph.models.deepwalk | |
| org.deeplearning4j.graph.models.embeddings |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphHuffman
An implementation of a Huffman tree specifically for graphs.
|
| Modifier and Type | Field and Description |
|---|---|
protected BinaryTree |
InMemoryGraphLookupTable.tree |
| Modifier and Type | Method and Description |
|---|---|
BinaryTree |
InMemoryGraphLookupTable.getTree() |
| Constructor and Description |
|---|
InMemoryGraphLookupTable(int nVertices,
int vectorSize,
BinaryTree tree,
double learningRate) |
Copyright © 2016. All Rights Reserved.