| ifcca | R Documentation | 
##To define the robustness in statistics, different approaches have been pro- posed, for example, the minimax approach, the sensitivity curve, the influence function (IF) and the finite sample breakdown point. Due to its simplic- ity, the IF is the most useful approach in statistical machine learning
ifcca(X, Y, gamma = 1e-05, ncomps = 2, jth = 1)
X | 
 a data matrix index by row  | 
Y | 
 a data matrix index by row  | 
gamma | 
 the hyper-parameters  | 
ncomps | 
 the number of canonical vectors  | 
jth | 
 the influence function of the jth canonical vector  | 
iflccor | 
 Influence value of the data by linear canonical correalation  | 
Md Ashad Alam <malam@tulane.edu>
Md Ashad Alam, Kenji Fukumizu and Yu-Ping Wang (2018), Influence Function and Robust Variant of Kernel Canonical Correlation Analysis, Neurocomputing, Vol. 304 (2018) 12-29.
M. Romanazzi (1992), Influence in canonical correlation analysis, Psychometrika vol 57(2) (1992) 237-259.
See also as rkcca, ifrkcca
##Dummy data: X <- matrix(rnorm(500),100); Y <- matrix(rnorm(500),100) ifcca(X,Y, 1e-05, 2, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.