Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 25 of 56) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DWeightedEvaluation.java35 double evaluate(double[] values, double[] weights); in evaluate()
47 double evaluate(double[] values, double[] weights, int begin, int length); in evaluate()
DAbstractUnivariateStatistic.java193 final double[] weights, in test()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVariance.java302 public double evaluate(final double[] values, final double[] weights, in evaluate()
358 public double evaluate(final double[] values, final double[] weights) { in evaluate()
490 public double evaluate(final double[] values, final double[] weights, in evaluate()
564 public double evaluate(final double[] values, final double[] weights, final double mean) { in evaluate()
DMean.java201 public double evaluate(final double[] values, final double[] weights, in evaluate()
244 public double evaluate(final double[] values, final double[] weights) { in evaluate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DLeastSquaresConverter.java67 private final double[] weights; field in LeastSquaresConverter
113 final double[] observations, final double[] weights) in LeastSquaresConverter()
DDifferentiableMultivariateVectorialOptimizer.java110 double[] target, double[] weights, in optimize()
DMultiStartDifferentiableMultivariateVectorialOptimizer.java177 final double[] target, final double[] weights, in optimize()
/external/freetype/src/base/
Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local
290 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
361 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
/external/pdfium/third_party/freetype/src/base/
Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local
290 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
376 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
/external/libtextclassifier/common/
Dembedding-network.cc51 const float *weights = in InitNonQuantizedMatrix() local
78 const float *weights = in InitNonQuantizedVector() local
87 const EmbeddingNetwork::Matrix &weights, in SparseReluProductPlusBias()
225 const float *weights = reinterpret_cast<const float *>(embedding_data); in GetEmbeddingInternal() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
DSum.java158 public double evaluate(final double[] values, final double[] weights, in evaluate()
192 public double evaluate(final double[] values, final double[] weights) { in evaluate()
DProduct.java160 public double evaluate(final double[] values, final double[] weights, in evaluate()
195 public double evaluate(final double[] values, final double[] weights) { in evaluate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) in smooth()
386 private static void updateBandwidthInterval(final double[] xval, final double[] weights, in updateBandwidthInterval()
408 private static int nextNonzero(final double[] weights, final int i) { in nextNonzero()
/external/libopus/src/
Dmlp_data.c12 static const float weights[422] = { variable
Dmlp.h36 const float *weights; member
Dmlp_train.h80 double **weights; member
/external/libtextclassifier/tests/
Dembedding-network_test.cc38 MatrixParams* weights, MatrixParams* bias) { in DiagonalAndBias3x3()
/external/opencv/ml/src/
Dmlboost.cpp185 const double* weights = ensemble->get_subtree_weights()->data.db; in calc_node_dir() local
249 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_ord_class() local
341 const double* weights = ensemble->get_subtree_weights()->data.db; in CV_IMPLEMENT_QSORT_EX() local
445 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_ord_reg() local
493 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_cat_reg() local
575 const double* weights = ensemble->get_subtree_weights()->data.db; in find_surrogate_split_ord() local
641 const double* weights = ensemble->get_subtree_weights()->data.db; in find_surrogate_split_cat() local
702 const double* weights = ensemble->get_weights()->data.db; in calc_node_value() local
/external/clang/test/Profile/
Dc-general.c217 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; in switches() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DCurveFitter.java131 double[] weights = new double[observations.size()]; in fit() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DLegendreGaussIntegrator.java120 private final double[] weights; field in LegendreGaussIntegrator
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp333 const Vec2& weights, in getFilteredSample2D()
382 const Vec3& weights, in getFilteredSample3D()
439 const Vec3& weights, in getFilteredSample()
/external/deqp/framework/delibs/decpp/
DdeRandom.cpp151 static const float weights[] = { 0.4f, 0.6f, 1.5f, 0.5f, 1.2f, 0.3f, 0.2f, 1.4f }; in Random_selfTest() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DAbstractLeastSquaresOptimizer.java327 final double[] target, final double[] weights, in optimize()
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h175 const RealScalar weights[][maxPadeDegree] = { in matrix_log_compute_pade() local

123