public class NNffbpAlphaTabFast extends Object
Constructor and Description |
---|
NNffbpAlphaTabFast(InputStream neuralNetStream)
Creates a neural net by reading the definition from the input stream.
|
NNffbpAlphaTabFast(String neuralNet)
Creates a neural net by reading the definition from the string.
|
Modifier and Type | Method and Description |
---|---|
double[] |
calc(double[] nninp)
Method calc The NN is used.
|
NNCalc |
calcJacobi(double[] nnInp)
Method calcJacobi The NN is used.
|
double[] |
getInmax() |
double[] |
getInmin() |
double[] |
getOutmax() |
double[] |
getOutmin() |
void |
setInmax(double[] inmax) |
void |
setInmin(double[] inmin) |
public NNffbpAlphaTabFast(String neuralNet) throws IOException
neuralNet
- the neural net definition as a stringIOException
- if the neural net could not be readpublic NNffbpAlphaTabFast(InputStream neuralNetStream) throws IOException
neuralNetStream
- the neural net definition as a input streamIOException
- if the neural net could not be readpublic double[] getInmin()
public void setInmin(double[] inmin)
public double[] getInmax()
public void setInmax(double[] inmax)
public double[] getOutmin()
public double[] getOutmax()
public NNCalc calcJacobi(double[] nnInp)
NNCalc
.nnInp
- The vector contains the nn_in
input parameters (must
be in right order).Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.