Class PerceptronNet

All Implemented Interfaces:
java.lang.Cloneable, AttributeObject, GraphableObject, InterfaceObject, NamedObject, InterfaceNeuroComponentListener, TreeObject, CleanableObject, DynamicModel, InterfaceNetworkComponentListener

public class PerceptronNet
extends AbstractNeuralNet
  • Constructor Details

    • PerceptronNet

      public PerceptronNet()
  • Method Details

    • getEnergy

      public double getEnergy()
      Description copied from class: AbstractNeuralNet
      Returns the energy calculation for this neural network. I.e., the Lyapunov function. All instances of AbstractNeuralNet must implement this.
      Specified by:
      getEnergy in class AbstractNeuralNet
      Returns:
    • clone

      public java.lang.Object clone()
      Specified by:
      clone in class AbstractNetworkModel