- java.lang.Object
-
- org.ojalgo.ann.FileFormat.Version1
-
- Enclosing class:
- FileFormat
abstract static class FileFormat.Version1 extends java.lang.ObjectDirectly mapping the original internal construction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intID
-
Constructor Summary
Constructors Constructor Description Version1()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ArtificialNeuralNetworkread(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input)(package private) static voidwrite(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
-
-