- java.lang.Object
-
- org.ojalgo.ann.FileFormat
-
abstract class FileFormat extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classFileFormat.Version1Directly mapping the original internal construction(package private) static classFileFormat.Version2Same as v1 but for float rather than double
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringFORMAT
-
Constructor Summary
Constructors Constructor Description FileFormat()
-
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, int version, java.io.DataOutput output)
-
-
-
Field Detail
-
FORMAT
private static final java.lang.String FORMAT
- 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, int version, java.io.DataOutput output) throws java.io.IOException
- Throws:
java.io.IOException
-
-