Class Correlations
Object
org.apache.spark.mllib.stat.correlation.Correlations
Delegates computation to the specific correlation object based on the input method name.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
static Matrix
corrMatrix
(RDD<Vector> X, String method) static Correlation
getCorrelationFromName
(String method)
-
Constructor Details
-
Correlations
public Correlations()
-
-
Method Details
-
corr
-
corrMatrix
-
getCorrelationFromName
-