multispaeti.MultispatiPCA.fit
- MultispatiPCA.fit(X)
Fit MULTISPATI-PCA projection.
- Parameters:
X (ndarray or csr_array or csc_array) – Array of observations x features.
- Raises:
ValueError – If X has not the same number of rows like connectivity. If n_components is None and X is sparse. If (sum of) n_components is larger than the smaller dimension of X.