Package | Description |
---|---|
org.deeplearning4j.models.sequencevectors.graph.enums | |
org.deeplearning4j.models.sequencevectors.graph.walkers.impl |
Modifier and Type | Method and Description |
---|---|
static SpreadSpectrum |
SpreadSpectrum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadSpectrum[] |
SpreadSpectrum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected SpreadSpectrum |
PopularityWalker.spectrum |
protected SpreadSpectrum |
PopularityWalker.Builder.spectrum |
Modifier and Type | Method and Description |
---|---|
PopularityWalker.Builder<T> |
PopularityWalker.Builder.setSpreadSpectrum(@NonNull SpreadSpectrum spectrum)
This method allows you to define, if nodes within popularity spread should have equal chances to be picked for next hop, or they should have chances proportional to their popularity.
|
Copyright © 2020. All rights reserved.