Interface | Description |
---|---|
Correlation |
Trait for correlation algorithms.
|
Class | Description |
---|---|
CorrelationNames |
Maintains supported and default correlation names.
|
Correlations |
Delegates computation to the specific correlation object based on the input method name.
|
PearsonCorrelation |
Compute Pearson correlation for two RDDs of the type RDD[Double] or the correlation matrix
for an RDD of the type RDD[Vector].
|
SpearmanCorrelation |
Compute Spearman's correlation for two RDDs of the type RDD[Double] or the correlation matrix
for an RDD of the type RDD[Vector].
|