Interface NetworkFactory<T extends NeuralNetwork>

Type Parameters:
T - Type of network architecture that factory creates.
All Known Implementing Classes:
FeedForwardNetworkFactory

public interface NetworkFactory<T extends NeuralNetwork>
Base interface for all network factories. Network factory creates a neural network architecture using specified properties.