Package ann4j

Class OutputLayer

java.lang.Object
ann4j.Layer
ann4j.OutputLayer

public class OutputLayer extends Layer
  • Constructor Details

    • OutputLayer

      OutputLayer(int numOfNeurons)
  • Method Details

    • setBehaviour

      public void setBehaviour()
      Description copied from class: Layer
      The setBehaviour() function is an abstract function that is used to set the behaviour of the animal.
      Specified by:
      setBehaviour in class Layer