Uses of Class
org.ojalgo.ann.ArtificialNeuralNetwork
Packages that use ArtificialNeuralNetwork
-
Uses of ArtificialNeuralNetwork in org.ojalgo.ann
Fields in org.ojalgo.ann declared as ArtificialNeuralNetworkMethods in org.ojalgo.ann that return ArtificialNeuralNetworkModifier and TypeMethodDescriptionstatic ArtificialNeuralNetwork
Read (reconstruct) an ANN from the specified input previously written bywriteTo(DataOutput)
.static ArtificialNeuralNetwork
static ArtificialNeuralNetwork
ArtificialNeuralNetwork.from
(Path path, OpenOption... options) static ArtificialNeuralNetwork
ArtificialNeuralNetwork.from
(PhysicalStore.Factory<Double, ?> factory, DataInput input) Read (reconstruct) an ANN from the specified input previously written bywriteTo(DataOutput)
.static ArtificialNeuralNetwork
ArtificialNeuralNetwork.from
(PhysicalStore.Factory<Double, ?> factory, File file) static ArtificialNeuralNetwork
ArtificialNeuralNetwork.from
(PhysicalStore.Factory<Double, ?> factory, Path path, OpenOption... options) NetworkBuilder.get()
WrappedANN.get()
(package private) static ArtificialNeuralNetwork
FileFormat.read
(PhysicalStore.Factory<Double, ?> factory, DataInput input) (package private) static ArtificialNeuralNetwork
FileFormat.Version1.read
(PhysicalStore.Factory<Double, ?> factory, DataInput input) (package private) static ArtificialNeuralNetwork
FileFormat.Version2.read
(PhysicalStore.Factory<Double, ?> factory, DataInput input) Methods in org.ojalgo.ann with parameters of type ArtificialNeuralNetworkModifier and TypeMethodDescription(package private) static void
FileFormat.Version1.write
(ArtificialNeuralNetwork network, DataOutput output) (package private) static void
FileFormat.Version2.write
(ArtificialNeuralNetwork network, DataOutput output) (package private) static void
FileFormat.write
(ArtificialNeuralNetwork network, int version, DataOutput output) Constructors in org.ojalgo.ann with parameters of type ArtificialNeuralNetworkModifierConstructorDescription(package private)
NetworkInvoker
(ArtificialNeuralNetwork network, int batchSize) (package private)
NetworkTrainer
(ArtificialNeuralNetwork network, int batchSize) (package private)
WrappedANN
(ArtificialNeuralNetwork network, int batchSize)