| Package | Description |
|---|---|
| org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PopularityWalker<T extends SequenceElement>
This is vertex popularity-based walker for SequenceVectors-based DeepWalk implementation.
|
class |
WeightedWalker<T extends SequenceElement>
This is vertex weight-based walker for SequenceVectors-based DeepWalk implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RandomWalker<T> |
RandomWalker.Builder.build()
This method builds RandomWalker instance
|
Copyright © 2017. All rights reserved.