| Package | Description |
|---|---|
| org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
| Class and Description |
|---|
| NearestVertexWalker
This walker represents connections of a given node + their neighborhoods up to certain depth.
|
| NearestVertexWalker.Builder |
| PopularityWalker
This is vertex popularity-based walker for SequenceVectors-based DeepWalk implementation.
|
| PopularityWalker.Builder |
| RandomWalker
This is Random-based walker for SequenceVectors-based DeepWalk implementation
Original DeepWalk paper: http://arxiv.org/pdf/1403.6652v2
|
| RandomWalker.Builder |
| WeightedWalker
This is vertex weight-based walker for SequenceVectors-based DeepWalk implementation.
|
| WeightedWalker.Builder |
Copyright © 2017. All rights reserved.