transformX
transformX(
model,X,options?):any[]
Defined in: ds/src/mva/cca.js:211
Project new X data onto the fitted X canonical variates
Parameters
model
any
Fitted CCA model
X
number[][]
New X data matrix (n × p)
options?
any = {}
Transform options
Returns
any[]
Canonical score objects, one per row