mvpa2.misc.plot.plot_samples_distance

mvpa2.misc.plot.plot_samples_distance(dataset, sortbyattr=None)

Plot the euclidean distances between all samples of a dataset.

Parameters :

dataset : Dataset

Providing the samples.

sortbyattr : None or str

If None, the samples distances will be in the same order as their appearance in the dataset. Alternatively, the name of a samples attribute can be given, which wil then be used to sort/group the samples, e.g. to investigate the similarity samples by label or by chunks.

Previous topic

mvpa2.misc.plot.plot_feature_hist

Next topic

mvpa2.misc.plot.squared_euclidean_distance

NeuroDebian

NITRC-listed