multispaeti.MultispatiPCA.transform_spatial_lag

MultispatiPCA.transform_spatial_lag(X)

Transform the data using fitted MULTISPATI-PCA projection and calculate the spatial lag.

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.