|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lnsc.FunctionalUnit.ProcessPatternResult
Return type for the method FunctionalUnit.processPattern(double[], boolean, boolean)
.
Field Summary | |
double[][] |
derivative
The derivative. |
double[] |
outputPattern
The output pattern. |
double[][][] |
secondDerivative
The second derivative. |
Constructor Summary | |
FunctionalUnit.ProcessPatternResult()
Creates a result holding nothing. |
|
FunctionalUnit.ProcessPatternResult(double[] newOutputPattern)
Creates a result holding the output pattern. |
|
FunctionalUnit.ProcessPatternResult(double[] newOutputPattern,
double[][] newDerivative)
Creates a result holding the output pattern and the derivative. |
|
FunctionalUnit.ProcessPatternResult(double[] newOutputPattern,
double[][] newDerivative,
double[][][] newSecondDerivative)
Creates a result holding the output pattern and the derivative. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double[][] derivative
public double[] outputPattern
public double[][][] secondDerivative
Constructor Detail |
public FunctionalUnit.ProcessPatternResult()
public FunctionalUnit.ProcessPatternResult(double[] newOutputPattern)
newOutputPattern
- The output pattern to be hold.public FunctionalUnit.ProcessPatternResult(double[] newOutputPattern, double[][] newDerivative)
newOutputPattern
- The output pattern to be hold.newDerivative
- The derivatve to be hold.public FunctionalUnit.ProcessPatternResult(double[] newOutputPattern, double[][] newDerivative, double[][][] newSecondDerivative)
newOutputPattern
- The output pattern to be hold.newDerivative
- The derivatve to be hold.newSecondDerivative
- The second derivatve to be hold.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |