HomeSort by relevance Sort by last modified time
    Searched refs:estimation (Results 1 - 21 of 21) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationProblem.java 18 package org.apache.commons.math.estimation;
21 * This interface represents an estimation problem.
23 * <p>This interface should be implemented by all real estimation
27 * <p>An estimation problem, as seen by a solver is a set of
29 * during the estimation through the {@link #getUnboundParameters
43 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
51 * Get the measurements of an estimation problem.
Estimator.java 18 package org.apache.commons.math.estimation;
21 * This interface represents solvers for estimation problems.
23 * <p>The classes which are devoted to solve estimation problems
35 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
43 * Solve an estimation problem.
52 * @param problem estimation problem to solve
67 * @param problem estimation problem
74 * @param problem estimation problem
84 * @param problem estimation problem
EstimationException.java 18 package org.apache.commons.math.estimation;
25 * This class represents exceptions thrown by the estimation solvers.
29 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
WeightedMeasurement.java 18 package org.apache.commons.math.estimation;
23 * This class represents measurements in estimation problems.
43 * steps of the estimation.</p>
49 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
EstimatedParameter.java 18 package org.apache.commons.math.estimation;
22 /** This class represents the estimated parameters of an estimation problem.
24 * <p>The parameters of an estimation problem have a name, a value and
32 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
SimpleEstimationProblem.java 18 package org.apache.commons.math.estimation;
40 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
89 * Get the measurements of an estimation problem.
GaussNewtonEstimator.java 18 package org.apache.commons.math.estimation;
32 * This class implements a solver for estimation problems.
34 * <p>This class solves estimation problems using a weighted least
40 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
138 * Solve an estimation problem using a least squares criterion.
154 * @param problem estimation problem to solve
AbstractEstimator.java 18 package org.apache.commons.math.estimation;
32 * settings, jacobian and error estimation.</p>
35 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
179 * @param problem estimation problem
194 * @param problem estimation problem
209 * @param problem estimation problem
250 * @param problem estimation problem
275 * Initialization of the common parts of the estimation.
279 * @param problem estimation problem to solve
302 * Solve an estimation problem
    [all...]
LevenbergMarquardtEstimator.java 17 package org.apache.commons.math.estimation;
102 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
220 * Solve an estimation problem using the Levenberg-Marquardt algorithm.
238 * @param problem estimation problem to solve
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
wbalance.rs 94 uchar4 estimation = estimateWhite();
95 int minimum = min(estimation.r, min(estimation.g, estimation.b));
96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
99 scale.r = avg / estimation.r;
100 scale.g = avg / estimation.g;
101 scale.b = avg / estimation.b
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 94 uchar4 estimation = estimateWhite();
95 int minimum = min(estimation.r, min(estimation.g, estimation.b));
96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
99 scale.r = avg / estimation.r;
100 scale.g = avg / estimation.g;
101 scale.b = avg / estimation.b
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 94 uchar4 estimation = estimateWhite();
95 int minimum = min(estimation.r, min(estimation.g, estimation.b));
96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
99 scale.r = avg / estimation.r;
100 scale.g = avg / estimation.g;
101 scale.b = avg / estimation.b
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
reloc-estimate-1.d 1 #name: MIPS reloc estimation 1
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryDetail.java 99 ((TextView) view.findViewById(R.id.estimation)).setText(info.remainingLabel);
  /external/lisa/libs/utils/
energy_model.py 306 distinct estimation for each item in the series.
643 This estimation assumes an ideal system of selecting OPPs and idle
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 542 @* @brief computes distortion (SAD) for sub-pel motion estimation
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 364 // this is an opaque unit of work, but for estimation the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 364 // this is an opaque unit of work, but for estimation the
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 3033 milliseconds