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

org.deeplearning4j.graph.data.VertexLoader Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
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