Uses of Class
org.ojalgo.ann.ArtificialNeuralNetwork
Packages that use ArtificialNeuralNetwork
-
Uses of ArtificialNeuralNetwork in org.ojalgo.ann
Classes in org.ojalgo.ann that implement interfaces with type arguments of type ArtificialNeuralNetworkModifier and TypeClassDescriptionfinal classAn Artificial Neural Network (ANN) builder.Methods in org.ojalgo.ann that return ArtificialNeuralNetworkModifier and TypeMethodDescriptionstatic ArtificialNeuralNetworkRead (reconstruct) an ANN from the specified input previously written byArtificialNeuralNetwork.writeTo(DataOutput).static ArtificialNeuralNetworkstatic ArtificialNeuralNetworkArtificialNeuralNetwork.from(Path path, OpenOption... options) static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, DataInput input) Read (reconstruct) an ANN from the specified input previously written byArtificialNeuralNetwork.writeTo(DataOutput).static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, File file) static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, Path path, OpenOption... options) NetworkBuilder.get()