Documentation of 'jhpro.nnet.WeightMatrix' Java class
WeightMatrix
jhpro.nnet

Class WeightMatrix

  • All Implemented Interfaces:
    java.io.Serializable


    public class WeightMatrix
    extends java.lang.Object
    implements java.io.Serializable
    The connection structure between two neuron layers of a neural net. Its elements, the weights, are changed during the net's learning process. Each neural net has at least one weight matrix.
    See Also:
    Serialized Form
    • Constructor Detail

      • WeightMatrix

        public WeightMatrix(int i,
                            int j,
                            boolean flag)
    • Method Detail

      • init

        public void init()
      • init

        public void init(float[][] af)
      • init

        public void init(InputValue[] ainputvalue,
                         int i)
      • changeWeights

        public void changeWeights(float[] af,
                                  float[] af1,
                                  double d)
      • changeWeightsKFM

        public void changeWeightsKFM(float[] af,
                                     float[] af1,
                                     double d)
      • getInputWeights

        public float[] getInputWeights(int i)
      • getOutputWeights

        public float[] getOutputWeights(int i)
      • size

        public int size()
      • getWeights

        public float[][] getWeights()
      • getBiases

        public float[] getBiases()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.