public static interface FastICA.NegEntropyFunc
Modifier and Type | Method and Description |
---|---|
double |
deriv1(double x) |
double |
deriv2(double x,
double d1) |
double deriv1(double x)
x
- the input to the functiondouble deriv2(double x, double d1)
x
- the input to the functiond1
- the first derivative of this function (from
deriv1(double)
)Copyright © 2017. All rights reserved.