Class NNCalc

java.lang.Object
org.esa.snap.core.nn.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 Details

    • NNCalc

      public NNCalc()
  • Method Details

    • getNnOutput

      public double[] getNnOutput()
    • setNnOutput

      public void setNnOutput(double[] nnOutput)
    • getJacobiMatrix

      public double[][] getJacobiMatrix()
    • setJacobiMatrix

      public void setJacobiMatrix(double[][] jacobiMatrix)