tropea_clustering.plot.plot_output_uni

tropea_clustering.plot.plot_output_uni(title, input_data, n_windows, state_list)[source]

Plots clustering output with Gaussians and threshols.

Parameters:
  • title (str) – The path of the .png file the figure will be saved as.

  • input_data (ndarray of shape (n_particles * n_windows, tau_window)) – The input data array.

  • n_windows (int) – The number of windows used.

  • state_list (List[StateUni]) – The list of the cluster states.