Searched refs:means (Results 1 - 25 of 58) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DVectorialMean.java35 private final Mean[] means; field in class:VectorialMean
41 means = new Mean[dimension];
43 means[i] = new Mean();
53 if (v.length != means.length) {
54 throw new DimensionMismatchException(v.length, means.length);
57 means[i].increment(v[i]);
66 double[] result = new double[means.length];
68 result[i] = means[i].getResult();
78 return (means.length == 0) ? 0 : means[
[all...]
/external/opencv/ml/src/
H A Dmlem.cpp48 * means - calculated by the EM algorithm set of gaussians' means.
68 Symbol ' means transposition.
74 means = weights = probs = inv_eigen_values = log_weight_div_det = 0;
81 means = weights = probs = inv_eigen_values = log_weight_div_det = 0;
98 cvReleaseMat( &means );
142 if( !params.means )
166 if( params.means )
168 const CvMat* m = params.means;
226 dims = means
[all...]
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S13 # It is encoded as "d9 /5" which means
/external/valgrind/exp-bbv/tests/x86/
H A Dfldcw_check.S13 # It is encoded as "d9 /5" which means
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec32 Provides the application with means to enable and disable logging
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s51 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
H A Deh-directive-text-section.s65 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk17 # The debug build results in changes to the Skia headers. This means that those
/external/opencv/ml/include/
H A Dml.h562 start_step(0/*CvEM::START_AUTO_STEP*/), probs(0), weights(0), means(0), covs(0)
572 probs(_probs), weights(_weights), means(_means), covs(_covs), term_crit(_term_crit)
580 const CvMat* means; member in struct:CvEMParams
624 const CvMat* means );
628 CvMat* means; member in class:CvEM
1541 CVAPI(void) cvRandGaussMixture( CvMat* means[],
/external/mesa3d/docs/
H A DMESA_swap_control.spec80 per buffer swap. (e.g. a value of two means that the color buffers
H A DWL_bind_wayland_display.spec37 wl_display means that the EGL implementation should provide one or
H A DMESA_texture_signed_rgba.spec53 the relevant features from OpenGL 3.1, as a means to support this in
90 This conversion means -1, 0, and +1 are all exactly representable,
/external/boringssl/linux-arm/crypto/modes/
H A Dghashv8-armx.S103 @ "[rotated]" means that
114 @ inp[len], which means that
/external/boringssl/src/crypto/modes/asm/
H A Dghashv8-armx.pl200 @ "[rotated]" means that
211 @ inp[len], which means that
/external/iproute2/doc/
H A Dip-tunnels.tex89 inner packet to outer one. It means that path traversed by tunneled
185 have the same \verb|remote| and \verb|local|. Particularly it means
277 packets with correct checksum and \verb|ocsum| means, that
329 Be careful, it means that without carefully installed firewall rules
H A Dip-cref.tex376 after the \verb|@| sign. This means that this device is bound to some other
385 on the interface. Particularly, \verb|noqueue| means that this interface
386 does not queue anything and \verb|noop| means that the interface is in blackhole
412 the host attached to a NBMA link has no means to send to anyone
508 in dropped packets. As a rule, if the interface is overrun, it means
967 values listed below or the special value \verb|all| which means all states.
1019 which means that the neighbour introduced itself as an IPv6 router~\cite{RFC-NDISC}.
2084 the rule only matches packets originating from this host. This means that you
2290 Particularly, this means that you can try to load a unicast address
2360 it means tha
[all...]
/external/junit/
H A DAndroid.mk119 # Note: 'core' here means excluding the classes that are contained
/external/fio/tools/
H A Dgenfio58 0 means till the end of the device
/external/libvncserver/x11vnc/misc/
H A Dultravnc_repeater.pl33 must understand this means send ID:... or host:port.)
/external/skia/bench/DATA/skia_resources/
H A Dslides.lua136 -- The animation.proc returns itself or another animation (which means keep animating)
/external/skia/dm/DATA/skia_resources/
H A Dslides.lua136 -- The animation.proc returns itself or another animation (which means keep animating)
/external/skia/gm/DATA/skia_resources/
H A Dslides.lua136 -- The animation.proc returns itself or another animation (which means keep animating)
/external/skia/resources/
H A Dslides.lua136 -- The animation.proc returns itself or another animation (which means keep animating)
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl334 means either the Program or any derivative work under copyright law:
423 The source code for a work means the preferred form of the work for
425 code means all the source code for all modules it contains, plus any
/external/libunwind/doc/
H A Dlibunwind.tex180 accessor routines provide \Func{libunwind} with the means to
238 All \Prog{libunwind} routines are thread-safe. What this means is

Completed in 1978 milliseconds

123