cellrank.external.kernels.WOTKernel.transition_matrix

property WOTKernel.transition_matrix: Union[numpy.ndarray, scipy.sparse._base.spmatrix]

Return row-normalized transition matrix.

If not present, it is computed iff all underlying kernels have been initialized.

Return type

Union[ndarray, spmatrix]