lnsc.pmvf
Class FunctionalUnit2.ProcessPatternResult2

java.lang.Object
  |
  +--lnsc.pmvf.FunctionalUnit2.ProcessPatternResult2
Enclosing class:
FunctionalUnit2

public static class FunctionalUnit2.ProcessPatternResult2
extends java.lang.Object

Return type for the method FunctionalUnit2.processPattern(double[], boolean, boolean, boolean, boolean, java.lang.String[]).


Field Summary
 double[][] derivative
          The derivative.
 DataSet extraData
          Contains extra recorded information.
 double[] outputPattern
          The output pattern.
 double[][] parameterDerivative
          The derivative with respect to the parameters.
 double[][][] parameterSecondDerivative
          The second derivative with respect to the parameters..
 double[][][] secondDerivative
          The second derivative.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

derivative

public double[][] derivative
The derivative.


extraData

public DataSet extraData
Contains extra recorded information.


outputPattern

public double[] outputPattern
The output pattern.


parameterDerivative

public double[][] parameterDerivative
The derivative with respect to the parameters.


parameterSecondDerivative

public double[][][] parameterSecondDerivative
The second derivative with respect to the parameters..


secondDerivative

public double[][][] secondDerivative
The second derivative.