Documentation of 'org.joone.helpers.structure.Connection' Java class
Connection
org.joone.helpers.structure

Class Connection



  • public class Connection
    extends java.lang.Object
    This class represents a container for a Synapse during the process of transforming a neural network to a suitable form for the XML serialization.
    See Also:
    org.joone.joonepad.NeuralNetMatrix
    • Constructor Summary

      Constructors 
      Constructor and Description
      Connection() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getInpIndex()
      Getter for property inpIndex.
      int getInput()
      Getter for property input.
      int getOutIndex()
      Getter for property outIndex.
      int getOutput()
      Getter for property output.
      Synapse getSynapse()
      Getter for property synapse.
      void setInpIndex(int inpIndex)
      Setter for property inpIndex.
      void setInput(int input)
      Setter for property input.
      void setOutIndex(int outIndex)
      Setter for property outIndex.
      void setOutput(int output)
      Setter for property output.
      void setSynapse(Synapse synapse)
      Setter for property synapse.
      • Methods inherited from class java.lang.Object

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

      • Connection

        public Connection()
    • Method Detail

      • getInput

        public int getInput()
        Getter for property input.
        Returns:
        Value of property input.
      • setInput

        public void setInput(int input)
        Setter for property input.
        Parameters:
        input - New value of property input.
      • getOutput

        public int getOutput()
        Getter for property output.
        Returns:
        Value of property output.
      • setOutput

        public void setOutput(int output)
        Setter for property output.
        Parameters:
        output - New value of property output.
      • getInpIndex

        public int getInpIndex()
        Getter for property inpIndex.
        Returns:
        Value of property inpIndex.
      • setInpIndex

        public void setInpIndex(int inpIndex)
        Setter for property inpIndex.
        Parameters:
        inpIndex - New value of property inpIndex.
      • getOutIndex

        public int getOutIndex()
        Getter for property outIndex.
        Returns:
        Value of property outIndex.
      • setOutIndex

        public void setOutIndex(int outIndex)
        Setter for property outIndex.
        Parameters:
        outIndex - New value of property outIndex.
      • getSynapse

        public Synapse getSynapse()
        Getter for property synapse.
        Returns:
        Value of property synapse.
      • setSynapse

        public void setSynapse(Synapse synapse)
        Setter for property synapse.
        Parameters:
        synapse - New value of property synapse.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.