BPt.extensions.SingleConnectivityMeasure.fit#

SingleConnectivityMeasure.fit(X, y=None)[source]#

Fit the covariance estimator to the given time series for each subject.

Parameters
Xlist of numpy.ndarray, shape for each (n_samples, n_features)

The input subjects time series. The number of samples may differ from one subject to another.

Returns
selfConnectivityMatrix instance

The object itself. Useful for chaining operations.