Class NNCalc


  • public class NNCalc
    extends Object
    This class serves for defining a structure containing the output of a NN together with the corresponding Jacobi matrix. An instance of this class is returned by the NNffbpAlphaTabFast.calcJacobi(double[]) method.
    • Constructor Detail

      • NNCalc

        public NNCalc()
    • Method Detail

      • getNnOutput

        public double[] getNnOutput()
      • setNnOutput

        public void setNnOutput​(double[] nnOutput)
      • getJacobiMatrix

        public double[][] getJacobiMatrix()
      • setJacobiMatrix

        public void setJacobiMatrix​(double[][] jacobiMatrix)