Uses of Class
org.generation5.nn.FFNInputLayer

Packages that use FFNInputLayer
org.generation5.nn Neural network example classes including Kohonen, Perceptron and Feedforward networks. 
 

Uses of FFNInputLayer in org.generation5.nn
 

Methods in org.generation5.nn with parameters of type FFNInputLayer
 void FeedForwardNN.setInputLayer(FFNInputLayer input)
          Set the input layer for the network.
 


This documentation is part of the Generation5 JDK.