T
- Type of network architecture that factory creates.public interface NetworkFactory<T extends NeuralNetwork>
Modifier and Type | Method and Description |
---|---|
T |
createNeuralNetwork(Properties prop)
Creates and returns a neural network of specified type
|
T createNeuralNetwork(Properties prop)
prop
- properties of a neural network to createCopyright © 2022. All rights reserved.