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