Uses of Class
org.apache.commons.math.estimation.WeightedMeasurement
Packages that use WeightedMeasurement
Package
Description
This package provided classes to solve estimation problems, it is deprecated since 2.0.
-
Uses of WeightedMeasurement in org.apache.commons.math.estimation
Fields in org.apache.commons.math.estimation declared as WeightedMeasurementModifier and TypeFieldDescriptionprotected WeightedMeasurement[]
AbstractEstimator.measurements
Deprecated.Array of measurements.Methods in org.apache.commons.math.estimation that return WeightedMeasurementModifier and TypeMethodDescriptionEstimationProblem.getMeasurements()
Deprecated.Get the measurements of an estimation problem.SimpleEstimationProblem.getMeasurements()
Deprecated.Get the measurements of an estimation problem.Methods in org.apache.commons.math.estimation with parameters of type WeightedMeasurementModifier and TypeMethodDescriptionprotected void
SimpleEstimationProblem.addMeasurement
(WeightedMeasurement m) Deprecated.Add a new measurement to the set.