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.(package private) classFields in org.ojalgo.ann declared as ArtificialNeuralNetworkMethods 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()WrappedANN.get()(package private) static ArtificialNeuralNetworkFileFormat.read(PhysicalStore.Factory<Double, ?> factory, DataInput input) (package private) static ArtificialNeuralNetworkFileFormat.Version1.read(PhysicalStore.Factory<Double, ?> factory, DataInput input) (package private) static ArtificialNeuralNetworkFileFormat.Version2.read(PhysicalStore.Factory<Double, ?> factory, DataInput input) Methods in org.ojalgo.ann with parameters of type ArtificialNeuralNetworkModifier and TypeMethodDescription(package private) static voidFileFormat.Version1.write(ArtificialNeuralNetwork network, DataOutput output) (package private) static voidFileFormat.Version2.write(ArtificialNeuralNetwork network, DataOutput output) (package private) static voidFileFormat.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)