public class Correlations
extends Object
| Constructor and Description |
|---|
Correlations() |
| Modifier and Type | Method and Description |
|---|---|
static double |
corr(RDD<Object> x,
RDD<Object> y,
String method) |
static Matrix |
corrMatrix(RDD<Vector> X,
String method) |
static Correlation |
getCorrelationFromName(String method) |