org.generation5.nn
Class FFNOutputLayer

java.lang.Object
  extended byorg.generation5.nn.FFNLayer
      extended byorg.generation5.nn.FFNOutputLayer

public class FFNOutputLayer
extends FFNLayer

This class implements the output layer for the feedforward network.


Field Summary
 
Fields inherited from class org.generation5.nn.FFNLayer
activate, connected, myNetwork, outputs, weights
 
Constructor Summary
FFNOutputLayer()
          Creates a new instance of FFNOutputLayer
 
Method Summary
 int getUnitCount()
          Get the number of units in this layer.
 
Methods inherited from class org.generation5.nn.FFNLayer
connectWith, getOutput, randomizeWeights, run, setNetwork, setWeights, setWeights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFNOutputLayer

public FFNOutputLayer()
Creates a new instance of FFNOutputLayer

Method Detail

getUnitCount

public int getUnitCount()
Description copied from class: FFNLayer
Get the number of units in this layer.

Specified by:
getUnitCount in class FFNLayer
Returns:
the number of units.

This documentation is part of the Generation5 JDK.