public final class NeuralNetIO extends Object
| Constructor and Description |
|---|
NeuralNetIO() |
public static NeuralNet read(String path) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static NeuralNet read(File file) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static void write(String path, NeuralNet network) throws IOException
IOExceptionpublic static void write(File file, NeuralNet network) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.