Package org.ojalgo.ann
Class FileFormat
- 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 class
FileFormat.Version1
Directly mapping the original internal construction(package private) static class
FileFormat.Version2
Same as v1 but for float rather than double
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
FORMAT
-
Constructor Summary
Constructors Constructor Description FileFormat()
-
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, 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
-
-