Documentation of 'org.joone.engine.NeuralElement' Java class
NeuralElement
org.joone.engine

Interface NeuralElement

    • Method Detail

      • isEnabled

        boolean isEnabled()
      • setEnabled

        void setEnabled(boolean enabled)
      • setMonitor

        void setMonitor(Monitor newMonitor)
        Sets the Monitor object of the output synapse
        Parameters:
        newMonitor - org.joone.engine.Monitor
      • getMonitor

        Monitor getMonitor()
        Returns the monitor
        Returns:
        org.joone.engine.Monitor
      • getName

        java.lang.String getName()
        Returns the name of the output synapse
        Returns:
        String
      • setName

        void setName(java.lang.String name)
        Sets the name of the output synapse
        Parameters:
        name - String
      • init

        void init()
      • check

        java.util.TreeSet check()
        Validation checks for invalid parameter values, misconfiguration, etc. All network components should include a check method that firstly calls its ancestor check method and adds these to any check messages it produces. This allows check messages to be collected from all levels of a component to be returned to the caller's check method. Using a TreeSet ensures that duplicate messages are removed. Check messages should be produced using the generateValidationErrorMessage method of the NetChecker class.
        Returns:
        validation errors.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.