eddymotion.viz.signals module¶
Visualizing signals and intermediate aspects of models.
- eddymotion.viz.signals.calculate_sphere_pts(points, center)[source]¶
Calculate the location of each point when it is expanded out to the sphere.
- eddymotion.viz.signals.compute_dmri_convex_hull(s, dirs, mask=None)[source]¶
Compute the convex hull of the dMRI signal s.
- eddymotion.viz.signals.plot_error(kfolds: list[int], mean: ndarray, std_dev: ndarray, xlabel: str, ylabel: str, title: str, color: str = 'orange', figsize: tuple[int, int] = (19.2, 10.8)) matplotlib.pyplot.Figure [source]¶
Plot the error and standard deviation.
- Parameters:
- Returns:
Matplotlib figure object.
- Return type:
Figure