Class FileFormat
java.lang.Object
org.ojalgo.ann.FileFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classDirectly mapping the original internal construction(package private) static classSame as v1 but for float rather than double -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ArtificialNeuralNetworkread(PhysicalStore.Factory<Double, ?> factory, DataInput input) (package private) static voidwrite(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
-