
org.deeplearning4j.graph.data.VertexLoader Maven / Gradle / Ivy
package org.deeplearning4j.graph.data;
import org.deeplearning4j.graph.api.Vertex;
import java.io.IOException;
import java.util.List;
/** Interface defines a method of leading vertices from a file. */
public interface VertexLoader {
List> loadVertices(String path) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy