Documentation of 'org.neuroph.contrib.matrixmlp.MatrixInputLayer' Java class
MatrixInputLayer
org.neuroph.contrib.matrixmlp

Class MatrixInputLayer

  • All Implemented Interfaces:
    MatrixLayer


    public class MatrixInputLayer
    extends java.lang.Object
    implements MatrixLayer
    Input matrix layer
    • Constructor Summary

      Constructors 
      Constructor and Description
      MatrixInputLayer(int neuronsCount) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void calculate()
      Calculate layer
      double[] getInputs()
      Returns layer input *
      double[] getOutputs()
      Returns layer outputs
      void setInputs(double[] inputs)
      Sets layer input
      void setOutputs(double[] outputs)
      Sets layer outputs
      • Methods inherited from class java.lang.Object

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

      • MatrixInputLayer

        public MatrixInputLayer(int neuronsCount)
    • Method Detail

      • setInputs

        public void setInputs(double[] inputs)
        Description copied from interface: MatrixLayer
        Sets layer input
        Specified by:
        setInputs in interface MatrixLayer
      • getInputs

        public double[] getInputs()
        Description copied from interface: MatrixLayer
        Returns layer input *
        Specified by:
        getInputs in interface MatrixLayer
        Returns:
        layer input vector
      • setOutputs

        public void setOutputs(double[] outputs)
        Description copied from interface: MatrixLayer
        Sets layer outputs
        Specified by:
        setOutputs in interface MatrixLayer
      • getOutputs

        public double[] getOutputs()
        Description copied from interface: MatrixLayer
        Returns layer outputs
        Specified by:
        getOutputs in interface MatrixLayer
        Returns:
        layer outputs

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.