public interface FeatureRanking
Modifier and Type | Method and Description |
---|---|
double[] |
rank(double[][] x,
int[] y)
Univariate feature ranking.
|
double[] rank(double[][] x, int[] y)
x
- a n-by-p matrix of n instances with p features.y
- class labels.