Uses of Class
de.htwdd.rosenkoenig.neuro.net.InputLayer

Packages that use InputLayer
de.htwdd.rosenkoenig.neuro.net The package net contains implementations, examples and utilities to create and train neural networks. 
 

Uses of InputLayer in de.htwdd.rosenkoenig.neuro.net
 

Subclasses of InputLayer in de.htwdd.rosenkoenig.neuro.net
 class KohonenLayer
          This wrapper class is needed to use a KohonenNet as input layer for a FeedForwardNet.
 

Fields in de.htwdd.rosenkoenig.neuro.net declared as InputLayer
private  InputLayer FeedForwardNet.inputLayer
          The input layer of the net.
 

Methods in de.htwdd.rosenkoenig.neuro.net that return InputLayer
 InputLayer FeedForwardNet.getInputLayer()
          Getter of the property inputLayer
 

Methods in de.htwdd.rosenkoenig.neuro.net with parameters of type InputLayer
 void FeedForwardNet.setInputLayer(InputLayer inputLayer)
          Setter of the property inputLayer