Package | Description |
---|---|
org.apache.commons.math.estimation |
This package provided classes to solve estimation problems, it is deprecated since 2.0.
|
Modifier and Type | Field and Description |
---|---|
protected WeightedMeasurement[] |
AbstractEstimator.measurements
Deprecated.
Array of measurements.
|
Modifier and Type | Method and Description |
---|---|
WeightedMeasurement[] |
SimpleEstimationProblem.getMeasurements()
Deprecated.
Get the measurements of an estimation problem.
|
WeightedMeasurement[] |
EstimationProblem.getMeasurements()
Deprecated.
Get the measurements of an estimation problem.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleEstimationProblem.addMeasurement(WeightedMeasurement m)
Deprecated.
Add a new measurement to the set.
|
Copyright © 2003–2018. All rights reserved.