mvpa2.vizΒΆ
Visualization of datasets
Functions
hist(dataset[, xgroup_attr, ygroup_attr, ...]) |
Compute and draw feature histograms (for groups of samples) |
is_datasetlike(obj) |
Check if an object looks like a Dataset. |
matshow(matrix[, xlabel_attr, ylabel_attr, ...]) |
Enhanced version of matplotlib’s matshow(). |
Classes
ChainNode(nodes, \*\*kwargs) |
This class allows to concatenate a list of nodes into a processing chain. |
NFoldPartitioner([cvtype]) |
Generic N-fold data partitioner. |
Splitter(attr[, attr_values, count, ...]) |
Generator node for dataset splitting. |



