- java.lang.Object
-
- org.ojalgo.ann.FileFormat.Version2
-
- Enclosing class:
- FileFormat
abstract static class FileFormat.Version2 extends java.lang.ObjectSame as v1 but for float rather than double
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intID
-
Constructor Summary
Constructors Constructor Description Version2()
-
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
-
-