Home
last modified time | relevance | path

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

/external/opencv3/doc/tutorials/ml/introduction_to_pca/
Dintroduction_to_pca.markdown31 The goal is to transform a given data set __X__ of dimension _p_ to an alternative data set __Y__ o…
37_p_ variables, and you want to reduce the data so that each observation can be described with only…
39 - Write \f$ x_1...x_n \f$ as row vectors, each of which has _p_ columns.
86 - Matrix __V__, also of dimension _p_ x _p_, contains _p_ column vectors, each of length _p_, which…
/external/lzma/CPP/Common/
DMyString.h156 #define MY_STRING_DELETE(_p_) delete []_p_; argument