Uses of Interface
org.apache.commons.math4.stat.ranking.RankingAlgorithm
| Package | Description |
|---|---|
| org.apache.commons.math4.stat.correlation |
Correlations/Covariance computations.
|
| org.apache.commons.math4.stat.ranking |
Classes providing rank transformations.
|
-
Uses of RankingAlgorithm in org.apache.commons.math4.stat.correlation
Constructors in org.apache.commons.math4.stat.correlation with parameters of type RankingAlgorithm Constructor Description SpearmansCorrelation(RealMatrix dataMatrix, RankingAlgorithm rankingAlgorithm)Create a SpearmansCorrelation with the given input data matrix and ranking algorithm.SpearmansCorrelation(RankingAlgorithm rankingAlgorithm)Create a SpearmansCorrelation with the given ranking algorithm. -
Uses of RankingAlgorithm in org.apache.commons.math4.stat.ranking
Classes in org.apache.commons.math4.stat.ranking that implement RankingAlgorithm Modifier and Type Class Description classNaturalRankingRanking based on the natural ordering on doubles.