Uses of Interface
org.apache.commons.math.estimation.Estimator
-
Packages that use Estimator Package Description org.apache.commons.math.estimation This package provided classes to solve estimation problems, it is deprecated since 2.0. -
-
Uses of Estimator in org.apache.commons.math.estimation
Classes in org.apache.commons.math.estimation that implement Estimator Modifier and Type Class Description class
AbstractEstimator
Deprecated.as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalclass
GaussNewtonEstimator
Deprecated.as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalclass
LevenbergMarquardtEstimator
Deprecated.as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.general
-