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

org.deeplearning4j.graph.api.NoEdgeHandling Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.graph.api;

/**When walking a graph, how should we handle disconnected nodes?
 * i.e., those without any outgoing (directed) or undirected edges
 */
public enum NoEdgeHandling {
    SELF_LOOP_ON_DISCONNECTED,
    EXCEPTION_ON_DISCONNECTED

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy