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