Documentation of 'org.joone.edit.ChartingHandle' Java class
ChartingHandle
org.joone.edit

Class ChartingHandle

  • All Implemented Interfaces:
    java.io.Serializable, NeuralElement, OutputPatternListener


    public class ChartingHandle
    extends java.lang.Object
    implements OutputPatternListener, java.io.Serializable
    This class acts as a container of all the characteristics of a serie plotted by a charting component (i.e. a component implementing ChartInterface). This component must be connected beetwen a layer and a charting component.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ChartingHandle()
      The constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.TreeSet check()
      Base for check messages.
      void fwdPut(Pattern pattern)
      Method to put a pattern forward to the next layer
      int getBlueColor()
      Getter for property BlueColor.
      ChartInterface getChartSynapse()
      Getter for property chartSynapse.
      int getGreenColor()
      Getter for property GreenColor.
      int getInputDimension()
      Returns the dimension of the output synapse
      Monitor getMonitor()
      Returns the monitor
      java.lang.String getName()
      Returns the name of the output synapse
      int getRedColor()
      Getter for property RedColor.
      int getSerie()
      Getter for property serie.
      void init() 
      boolean isEnabled()
      Getter for property enabled.
      boolean isOutputFull()
      Getter for property outputFull.
      Pattern revGet()
      Returns the error pattern coming from the next layer during the training phase
      void setBlueColor(int BlueColor)
      Setter for property BlueColor.
      void setChartSynapse(ChartInterface chartSynapse)
      Setter for property chartSynapse.
      void setEnabled(boolean enabled)
      Setter for property enabled.
      void setGreenColor(int GreenColor)
      Setter for property GreenColor.
      void setInputDimension(int newInputDimension)
      Sets the dimension of the output synapse
      void setMonitor(Monitor newMonitor)
      Sets the Monitor object of the input synapse
      void setName(java.lang.String name)
      Sets the name of the output synapse
      void setOutputFull(boolean outputFull)
      Setter for property outputFull.
      void setRedColor(int RedColor)
      Setter for property RedColor.
      void setSerie(int serie)
      Setter for property serie.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChartingHandle

        public ChartingHandle()
        The constructor
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the output synapse
        Specified by:
        getName in interface NeuralElement
        Returns:
        String
      • setName

        public void setName(java.lang.String name)
        Sets the name of the output synapse
        Specified by:
        setName in interface NeuralElement
        Parameters:
        name - String
      • setInputDimension

        public void setInputDimension(int newInputDimension)
        Sets the dimension of the output synapse
        Specified by:
        setInputDimension in interface OutputPatternListener
        Parameters:
        newOutputDimension - int
      • getMonitor

        public Monitor getMonitor()
        Returns the monitor
        Specified by:
        getMonitor in interface NeuralElement
        Returns:
        org.joone.engine.Monitor
      • setMonitor

        public void setMonitor(Monitor newMonitor)
        Sets the Monitor object of the input synapse
        Specified by:
        setMonitor in interface NeuralElement
        Parameters:
        newMonitor - org.joone.engine.Monitor
      • fwdPut

        public void fwdPut(Pattern pattern)
        Method to put a pattern forward to the next layer
        Specified by:
        fwdPut in interface OutputPatternListener
        Parameters:
        pattern - neural.engine.Pattern
      • revGet

        public Pattern revGet()
        Returns the error pattern coming from the next layer during the training phase
        Specified by:
        revGet in interface OutputPatternListener
        Returns:
        neural.engine.Pattern
      • check

        public java.util.TreeSet check()
        Base for check messages. Subclasses should call this method from thier own check method.
        Specified by:
        check in interface NeuralElement
        Returns:
        validation errors.
        See Also:
        OutputPaternListener
      • isOutputFull

        public boolean isOutputFull()
        Getter for property outputFull.
        Specified by:
        isOutputFull in interface OutputPatternListener
        Returns:
        Value of property outputFull.
      • setOutputFull

        public void setOutputFull(boolean outputFull)
        Setter for property outputFull.
        Specified by:
        setOutputFull in interface OutputPatternListener
        Parameters:
        outputFull - New value of property outputFull.
      • getChartSynapse

        public ChartInterface getChartSynapse()
        Getter for property chartSynapse.
        Returns:
        Value of property chartSynapse.
      • setChartSynapse

        public void setChartSynapse(ChartInterface chartSynapse)
        Setter for property chartSynapse. This property points to the charting component interested.
        Parameters:
        chartSynapse - New value of property chartSynapse.
      • getSerie

        public int getSerie()
        Getter for property serie.
        Returns:
        Value of property serie.
      • setSerie

        public void setSerie(int serie)
        Setter for property serie.
        Parameters:
        serie - New value of property serie.
      • getRedColor

        public int getRedColor()
        Getter for property RedColor.
        Returns:
        Value of property RedColor.
      • setRedColor

        public void setRedColor(int RedColor)
        Setter for property RedColor.
        Parameters:
        RedColor - New value of property RedColor.
      • getGreenColor

        public int getGreenColor()
        Getter for property GreenColor.
        Returns:
        Value of property GreenColor.
      • setGreenColor

        public void setGreenColor(int GreenColor)
        Setter for property GreenColor.
        Parameters:
        GreenColor - New value of property GreenColor.
      • getBlueColor

        public int getBlueColor()
        Getter for property BlueColor.
        Returns:
        Value of property BlueColor.
      • setBlueColor

        public void setBlueColor(int BlueColor)
        Setter for property BlueColor.
        Parameters:
        BlueColor - New value of property BlueColor.
      • isEnabled

        public boolean isEnabled()
        Getter for property enabled.
        Specified by:
        isEnabled in interface NeuralElement
        Returns:
        Value of property enabled.
      • setEnabled

        public void setEnabled(boolean enabled)
        Setter for property enabled.
        Specified by:
        setEnabled in interface NeuralElement
        Parameters:
        enabled - New value of property enabled.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.