Home
last modified time | relevance | path

Searched refs:get_len (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
Dgbt.cpp59 int CvGBTrees::get_len(const CvMat* mat) const
262 int sample_idx_len = get_len(_sample_idx);
329 int samples_count = get_len(sample_idx);
368 for (int j=0; j<get_len(subsample_test); ++j)
439 for (int i=0; i<get_len(subsample_train); ++i)
450 for (int i=0; i<get_len(subsample_train); ++i)
462 int n = get_len(subsample_train);
488 for (int i=0; i<get_len(subsample_train); ++i)
527 CvDTreeNode** predictions = new pCvDTreeNode[get_len(subsample_train)];
537 for (int i=0; i<get_len(subsample_train); ++i)
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh101 inline unsigned int get_len (void) const in get_len() function
104 { return get_len () * Value::static_size; } in get_size()
199 unsigned int len = get_len (); in sanitize_values()
527 &values[index * valueFormat.get_len ()], in apply()
601 unsigned int len1 = valueFormats[0].get_len (); in collect_glyphs()
602 unsigned int len2 = valueFormats[1].get_len (); in collect_glyphs()
620 unsigned int len1 = valueFormats[0].get_len (); in apply()
621 unsigned int len2 = valueFormats[1].get_len (); in apply()
720 unsigned int len1 = valueFormat1.get_len (); in sanitize()
721 unsigned int len2 = valueFormat2.get_len (); in sanitize()
[all …]
/external/opencv3/apps/traincascade/
Dold_ml.hpp1754 int get_len(const CvMat* mat) const;