Package | Description |
---|---|
org.deeplearning4j.models.sequencevectors.graph.enums | |
org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
Modifier and Type | Method and Description |
---|---|
static PopularityMode |
PopularityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PopularityMode[] |
PopularityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected PopularityMode |
PopularityWalker.popularityMode |
protected PopularityMode |
PopularityWalker.Builder.popularityMode |
Modifier and Type | Method and Description |
---|---|
PopularityWalker.Builder<T> |
PopularityWalker.Builder.setPopularityMode(@NonNull PopularityMode popularityMode)
This method defines which nodes should be taken in account when choosing next hope: maximum popularity, lowest popularity, or average popularity.
|
Copyright © 2020. All rights reserved.