fit()#
- BasisMulti.fit(states)[source]#
Construct the joint basis by calling
fit()
on the basis for each variable.- Parameters:
- states(n, k) ndarray
Matrix of k n-dimensional snapshots. The first
full_variable_sizes[0]
entries correspond to the first state variable, the nextfull_variable_sizes[1]
entries correspond to the second state variable, and so on. Iffull_variable_sizes
are not yet prescribed, assume that each state variable has the same dimension.
- Returns:
- self