tropea_clustering.plot.plot_output_multi¶
- tropea_clustering.plot.plot_output_multi(title, input_data, state_list, labels, tau_window)[source]¶
Plot a cumulative figure showing trajectories and identified states.
- Parameters:
title (str) – The path of the .png file the figure will be saved as.
input_data (ndarray of shape (n_dims, n_particles, n_frames)) – The input data array.
state_list (List[StateUni]) – The list of the cluster states.
labels (ndarray of shape (n_particles * n_windows,)) – The output of the clustering algorithm.
tau_window (int) – The length of the signal window used.