public class GradientDescent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GradientDescent.FunctionEvaluation |
| Constructor and Description |
|---|
GradientDescent(GradientDescent.FunctionEvaluation f) |
| Modifier and Type | Method and Description |
|---|---|
Jama.Matrix |
gradientDescent(Jama.Matrix point,
double alpha)
one step gradient descent
|
public GradientDescent(GradientDescent.FunctionEvaluation f)