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

Class AbstractChartSynapse

    • Constructor Summary

      Constructors 
      Constructor and Description
      AbstractChartSynapse()
      Creates new form ChartOutputSynapse
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.TreeSet check()
      Base for check messages.
      abstract void fwdPut(Pattern pattern)
      Method to plot a serie in the chart in mono-serie mode
      abstract void fwdPut(Pattern pattern, ChartingHandle handle)
      Method to plot a serie in the chart in multi-serie mode This method is used by a ChartingHandle to plot a specific serie
      int getInputDimension()
      Returns the dimension of the output synapse
      int getMaxXaxis()
      Getter for property maxXaxis.
      double getMaxYaxis()
      Getter for property maxYaxis.
      Monitor getMonitor()
      Returns the monitor
      java.lang.String getName()
      Getter for property name.
      int getSerie()
      Getter for property serie.
      java.lang.String getTitle()
      Getter for property title.
      void init() 
      boolean isEnabled()
      Getter for property enabled.
      boolean isOutputFull()
      Getter for property outputFull.
      boolean isResizable()
      Getter for property resizable.
      boolean isShow()
      Getter for property show.
      abstract void removeHandle(ChartingHandle handle) 
      Pattern revGet()
      Returns the error pattern coming from the next layer during the training phase
      void setEnabled(boolean enabled)
      Setter for property enabled.
      void setInputDimension(int newInputDimension)
      Sets the dimension of the output synapse *** NOT USED ***
      void setMaxXaxis(int maxXaxis)
      Setter for property maxXaxis.
      void setMaxYaxis(double maxYaxis)
      Setter for property maxYaxis.
      void setMonitor(Monitor newMonitor)
      Sets the Monitor object of the output synapse
      void setName(java.lang.String name)
      Setter for property name.
      void setOutputFull(boolean outputFull)
      Setter for property outputFull.
      void setResizable(boolean resizable)
      Setter for property resizable.
      void setSerie(int newSerie)
      Setter for property serie.
      void setShow(boolean show)
      Setter for property show.
      void setTitle(java.lang.String title)
      Setter for property title.
      • Methods inherited from class java.lang.Object

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

      • AbstractChartSynapse

        public AbstractChartSynapse()
        Creates new form ChartOutputSynapse
    • Method Detail

      • setMonitor

        public void setMonitor(Monitor newMonitor)
        Sets the Monitor object of the output synapse
        Specified by:
        setMonitor in interface NeuralElement
        Parameters:
        newMonitor - org.joone.engine.Monitor
      • 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
      • setInputDimension

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

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

        public boolean isShow()
        Getter for property show.
        Returns:
        Value of property show.
      • setShow

        public void setShow(boolean show)
        Setter for property show.
        Parameters:
        show - New value of property show.
      • getMaxYaxis

        public double getMaxYaxis()
        Getter for property maxYaxis.
        Specified by:
        getMaxYaxis in interface ChartInterface
        Returns:
        Value of property maxYaxis.
      • setMaxYaxis

        public void setMaxYaxis(double maxYaxis)
        Setter for property maxYaxis.
        Specified by:
        setMaxYaxis in interface ChartInterface
        Parameters:
        maxYaxis - New value of property maxYaxis.
      • getMaxXaxis

        public int getMaxXaxis()
        Getter for property maxXaxis.
        Specified by:
        getMaxXaxis in interface ChartInterface
        Returns:
        Value of property maxXaxis.
      • setMaxXaxis

        public void setMaxXaxis(int maxXaxis)
        Setter for property maxXaxis.
        Specified by:
        setMaxXaxis in interface ChartInterface
        Parameters:
        maxXaxis - New value of property maxXaxis.
      • getSerie

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

        public void setSerie(int newSerie)
        Setter for property serie.
        Parameters:
        newSerie - The column (serie) of the pattern to plot.
      • getName

        public java.lang.String getName()
        Getter for property name.
        Specified by:
        getName in interface NeuralElement
        Returns:
        Value of property name.
      • setName

        public void setName(java.lang.String name)
        Setter for property name.
        Specified by:
        setName in interface NeuralElement
        Parameters:
        name - New value of property name.
      • getTitle

        public java.lang.String getTitle()
        Getter for property title.
        Returns:
        Value of property title.
      • setTitle

        public void setTitle(java.lang.String title)
        Setter for property title.
        Parameters:
        title - New value of property title.
      • isResizable

        public boolean isResizable()
        Getter for property resizable.
        Returns:
        Value of property resizable.
      • setResizable

        public void setResizable(boolean resizable)
        Setter for property resizable.
        Parameters:
        resizable - New value of property resizable.
      • 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.
      • fwdPut

        public abstract void fwdPut(Pattern pattern)
        Method to plot a serie in the chart in mono-serie mode
        Specified by:
        fwdPut in interface OutputPatternListener
        Parameters:
        pattern - neural.engine.Pattern
      • fwdPut

        public abstract void fwdPut(Pattern pattern,
                                    ChartingHandle handle)
        Method to plot a serie in the chart in multi-serie mode This method is used by a ChartingHandle to plot a specific serie
        Specified by:
        fwdPut in interface ChartInterface
        Parameters:
        pattern - The input pattern
        handle - The ChartingHandle class that describes the serie to plot
      • 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.