Home
last modified time | relevance | path

Searched refs:__mean (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dpca.cpp65 PCA& PCA::operator()(InputArray _data, InputArray __mean, int flags, int maxComponents) in operator ()() argument
67 Mat data = _data.getMat(), _mean = __mean.getMat(); in operator ()()
202 PCA& PCA::operator()(InputArray _data, InputArray __mean, int flags, double retainedVariance) in operator ()() argument
204 Mat data = _data.getMat(), _mean = __mean.getMat(); in operator ()()
/external/libcxx/include/
Drandom4216 explicit param_type(result_type __mean = 0, result_type __stddev = 1)
4217 : __mean_(__mean), __stddev_(__stddev) {}
4240 explicit normal_distribution(result_type __mean = 0, result_type __stddev = 1)
4241 : __p_(param_type(__mean, __stddev)), _V_hot_(false) {}
4351 result_type __mean;
4355 __is >> __mean >> __stddev >> _V_hot;
4360 __x.param(param_type(__mean, __stddev));
4517 explicit param_type(double __mean = 1.0);
4538 explicit poisson_distribution(double __mean = 1.0) : __p_(__mean) {}
4576 poisson_distribution<_IntType>::param_type::param_type(double __mean)
[all …]