Uses of Class
org.ojalgo.ann.ArtificialNeuralNetwork
Packages that use ArtificialNeuralNetwork
-
Uses of ArtificialNeuralNetwork in org.ojalgo.ann
Methods in org.ojalgo.ann that return ArtificialNeuralNetworkModifier and TypeMethodDescriptionstatic ArtificialNeuralNetworkRead (reconstruct) an ANN from the specified input previously written bywriteTo(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 bywriteTo(DataOutput).static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, File file) static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, Path path, OpenOption... options) NetworkBuilder.get()