Package org.ojalgo.ann
Class FileFormat
java.lang.Object
org.ojalgo.ann.FileFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
Directly mapping the original internal construction(package private) static class
Same as v1 but for float rather than double -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ArtificialNeuralNetwork
read
(PhysicalStore.Factory<Double, ?> factory, DataInput input) (package private) static void
write
(ArtificialNeuralNetwork network, int version, DataOutput output)
-
Field Details
-
FORMAT
- See Also:
-
-
Constructor Details
-
FileFormat
FileFormat()
-
-
Method Details
-
read
static ArtificialNeuralNetwork read(PhysicalStore.Factory<Double, ?> factory, DataInput input) throws IOException- Throws:
IOException
-
write
static void write(ArtificialNeuralNetwork network, int version, DataOutput output) throws IOException - Throws:
IOException
-