@Deprecated public class SimpleEstimationProblem extends java.lang.Object implements EstimationProblem
EstimationProblem
interface for boilerplate data handling.
This class only handles parameters and measurements
storage and unbound parameters filtering. It does not compute
anything by itself. It should either be used with measurements
implementation that are smart enough to know about the
various parameters in order to compute the partial derivatives
appropriately. Since the problem-specific logic is mainly related to
the various measurements models, the simplest way to use this class
is by extending it and using one internal class extending
WeightedMeasurement
for each measurement
type. The instances of the internal classes would have access to the
various parameters and their current estimate.
Constructor and Description |
---|
SimpleEstimationProblem()
Deprecated.
Build an empty instance without parameters nor measurements.
|
Modifier and Type | Method and Description |
---|---|
EstimatedParameter[] |
getAllParameters()
Deprecated.
Get all the parameters of the problem.
|
WeightedMeasurement[] |
getMeasurements()
Deprecated.
Get the measurements of an estimation problem.
|
EstimatedParameter[] |
getUnboundParameters()
Deprecated.
Get the unbound parameters of the problem.
|
public SimpleEstimationProblem()
public EstimatedParameter[] getAllParameters()
getAllParameters
in interface EstimationProblem
public EstimatedParameter[] getUnboundParameters()
getUnboundParameters
in interface EstimationProblem
public WeightedMeasurement[] getMeasurements()
getMeasurements
in interface EstimationProblem
Copyright © 2010 - 2020 Adobe. All Rights Reserved