pyriemann.utils.viz.plot_biscatter

pyriemann.utils.viz.plot_biscatter(X, y)

Plot scatter of bi-class predictions.

Parameters:
Xndarray, shape (n_matrices, 2)

Predictions, distances or probabilities.

yndarray, shape (n_matrices,)

Labels for each matrix.

Returns:
figmatplotlib figure

Figure of scatter plot.

Notes

New in version 0.6.