| Package | Description |
|---|---|
| org.deeplearning4j.models.sequencevectors.graph.enums | |
| org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
| Modifier and Type | Method and Description |
|---|---|
static NoEdgeHandling |
NoEdgeHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoEdgeHandling[] |
NoEdgeHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected NoEdgeHandling |
RandomWalker.noEdgeHandling |
protected NoEdgeHandling |
RandomWalker.Builder.noEdgeHandling |
| Modifier and Type | Method and Description |
|---|---|
PopularityWalker.Builder<T> |
PopularityWalker.Builder.setNoEdgeHandling(NoEdgeHandling handling)
This method defines walker behavior when it gets to node which has no next nodes available
Default value: RESTART_ON_DISCONNECTED
|
WeightedWalker.Builder<T> |
WeightedWalker.Builder.setNoEdgeHandling(NoEdgeHandling handling)
This method defines walker behavior when it gets to node which has no next nodes available
Default value: RESTART_ON_DISCONNECTED
|
RandomWalker.Builder<T> |
RandomWalker.Builder.setNoEdgeHandling(NoEdgeHandling handling)
This method defines walker behavior when it gets to node which has no next nodes available
Default value: RESTART_ON_DISCONNECTED
|
Copyright © 2017. All rights reserved.