replay_trajectory_classification.discrete_state_transitions.estimate_discrete_state_transition#

estimate_discrete_state_transition(classifier, results: Dataset) ndarray[source]#

Estimate a new discrete transition matrix given the old one and updated smoother results.

Parameters:
Returns:

new_transition_matrix

Return type:

np.ndarray, shape (n_states, n_states)