Class GraphVectorSerializer
- java.lang.Object
-
- org.deeplearning4j.graph.models.loader.GraphVectorSerializer
-
public class GraphVectorSerializer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GraphVectors
loadTxtVectors(File file)
static void
writeGraphVectors(DeepWalk deepWalk, String path)
-
-
-
Method Detail
-
writeGraphVectors
public static void writeGraphVectors(DeepWalk deepWalk, String path) throws IOException
- Throws:
IOException
-
loadTxtVectors
public static GraphVectors loadTxtVectors(File file) throws IOException
- Throws:
IOException
-
-