| Package | Description |
|---|---|
| org.deeplearning4j.models.sequencevectors.graph.enums | |
| org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
| Modifier and Type | Method and Description |
|---|---|
static WalkDirection |
WalkDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WalkDirection[] |
WalkDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected WalkDirection |
RandomWalker.walkDirection |
protected WalkDirection |
RandomWalker.Builder.walkDirection |
| Modifier and Type | Method and Description |
|---|---|
PopularityWalker.Builder<T> |
PopularityWalker.Builder.setWalkDirection(WalkDirection direction)
This method defines next hop selection within walk
|
WeightedWalker.Builder<T> |
WeightedWalker.Builder.setWalkDirection(WalkDirection direction)
This method defines next hop selection within walk
|
RandomWalker.Builder<T> |
RandomWalker.Builder.setWalkDirection(WalkDirection direction)
This method defines next hop selection within walk
|
Copyright © 2017. All rights reserved.