| Package | Description |
|---|---|
| org.deeplearning4j.models.sequencevectors.graph.enums | |
| org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
| Modifier and Type | Method and Description |
|---|---|
static SamplingMode |
SamplingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamplingMode[] |
SamplingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SamplingMode |
NearestVertexWalker.samplingMode |
protected SamplingMode |
NearestVertexWalker.Builder.samplingMode |
| Modifier and Type | Method and Description |
|---|---|
NearestVertexWalker.Builder |
NearestVertexWalker.Builder.setSamplingMode(SamplingMode mode)
This method defines sorting which will be used to generate walks.
|
Copyright © 2017. All rights reserved.