All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.models.sequencevectors.graph.enums.SpreadSpectrum Maven / Gradle / Ivy

package org.deeplearning4j.models.sequencevectors.graph.enums;

/**
 * This enum describes nodes selection for PopularityWalker.
 * PLAIN: all nodes within initial spread have equal chances to be picked.
 * PROPORTIONAL: each node will have chance to be picked equal to it's popularity proportion within spread.
 *
 * @author [email protected]
 */
public enum SpreadSpectrum {
    PLAIN, PROPORTIONAL,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy