org.nd4j.autodiff.graph.api.NoEdgeHandling Maven / Gradle / Ivy
package org.nd4j.autodiff.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