FeaturewiseMeasure of correlation with the labels.
Functions
pearsonr(x, y) | Calculates a Pearson correlation coefficient and the p-value for testing |
Classes
CorrCoef([pvalue, attr]) | FeaturewiseMeasure that performs correlation with labels |
Dataset(samples[, sa, fa, a]) | Generic storage class for datasets with multiple attributes. |
FeaturewiseMeasure([null_dist]) | A per-feature-measure computed from a Dataset (base class). |