Package org.ojalgo.ann
Class FileFormat.Version1
java.lang.Object
org.ojalgo.ann.FileFormat.Version1
- Enclosing class:
FileFormat
Directly mapping the original internal construction
-
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, DataOutput output)
-
Field Details
-
ID
static final int ID- See Also:
-
-
Constructor Details
-
Version1
Version1()
-
-
Method Details
-
read
static ArtificialNeuralNetwork read(PhysicalStore.Factory<Double, ?> factory, DataInput input) throws IOException- Throws:
IOException
-
write
- Throws:
IOException
-