protected class VectorField2DPotentialFinder.PotentialFinderOptFunction
extends de.jstacs.algorithms.optimization.DifferentiableFunction
The class is derived from classed to be found in the Jstacs package to be found here: http://www.jstacs.de.
Modifier and Type | Field and Description |
---|---|
private boolean |
ignoreBorder
Flag to indicate how the border should be handled.
|
Constructor and Description |
---|
PotentialFinderOptFunction(boolean ignBorder)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluateFunction(double[] xval) |
double[] |
evaluateGradientOfFunction(double[] xval) |
int |
getDimensionOfScope() |
private boolean ignoreBorder
public PotentialFinderOptFunction(boolean ignBorder)
ignBorder
- If true, border pixels are ignored.public double[] evaluateGradientOfFunction(double[] xval)
evaluateGradientOfFunction
in class de.jstacs.algorithms.optimization.DifferentiableFunction
public double evaluateFunction(double[] xval)
public int getDimensionOfScope()
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.