Returns a new dataset with all non-finite (NaN,Inf) features removed
Removes all feature for which not all values are finite
dataset : Dataset
Input dataset
finite_dataset: Dataset :
Dataset based on data form the input, but only the features for which all samples are finite are kept.
mvpa2.datasets.miscfx.remove_invariant_features
mvpa2.datasets.miscfx.summary
Enter search terms or a module, class or function name.