Description Usage Arguments Value Author(s) References Examples
View source: R/admm_nmr.R View source: R/fast_admm_nmr.R
This function performs linear combination of train images.
1  |   coef_img(A, x)
 | 
A | 
 "A" is a train data set in the form of a three-dimensional array. This data set contains several face images used for algorithm learning.  | 
x | 
 "x" is a coefficient vector for the train images.  | 
A_x | 
 "A_x" is a result obtained by correlation coefficient x with A, a test image data set.  | 
Jisun Kang
https://ieeexplore.ieee.org/document/7420697
1 2 3 4 5 6 7 8 9 10 11  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.