multispaeti.MultispatiPCA.transform

MultispatiPCA.transform(X)

Transform the data using fitted MULTISPATI-PCA projection.

Parameters:

X (ndarray or csr_array or csc_array) – Array of observations x features.

Return type:

ndarray

Raises:

NotFittedError – If instance has not been fitted.