Package org.ojalgo.ann
Class FileFormat.Version1
- java.lang.Object
-
- org.ojalgo.ann.FileFormat.Version1
-
- Enclosing class:
- FileFormat
abstract static class FileFormat.Version1 extends java.lang.Object
Directly mapping the original internal construction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
ID
-
Constructor Summary
Constructors Constructor Description Version1()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ArtificialNeuralNetwork
read(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input)
(package private) static void
write(ArtificialNeuralNetwork network, java.io.DataOutput output)
-
-
-
Field Detail
-
ID
static final int ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
read
static ArtificialNeuralNetwork read(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input) throws java.io.IOException
- Throws:
java.io.IOException
-
write
static void write(ArtificialNeuralNetwork network, java.io.DataOutput output) throws java.io.IOException
- Throws:
java.io.IOException
-
-