cellrank.tl.estimators.CFLARE.fit
- CFLARE.fit(k=20, **kwargs)[source]
Prepare self for terminal states prediction.
- Parameters
k (
int
) – Number of eigenvectors to compute.kwargs (
Any
) – Keyword arguments forcompute_eigendecomposition()
.
- Return type
TermStatesEstimator
- Returns
Self and modifies the following field:
eigendecomposition
- Eigendecomposition oftransition_matrix
.