public class CorrelationNames
extends Object
Currently supported correlations: pearson
, spearman
.
Current default correlation: pearson
.
After new correlation algorithms are added, please update the documentation here and in Statistics.scala for the correlation APIs.
Constructor and Description |
---|
CorrelationNames() |
Modifier and Type | Method and Description |
---|---|
static String |
defaultCorrName() |
static scala.collection.immutable.Map<String,Correlation> |
nameToObjectMap() |
public static scala.collection.immutable.Map<String,Correlation> nameToObjectMap()
public static String defaultCorrName()