public class BrownCorrelation extends java.lang.Object implements Measure
ERROR_VALUE| Constructor and Description |
|---|
BrownCorrelation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNativeImplementation()
Know if the measure owns a native implementation
|
static void |
main(java.lang.String[] args) |
double |
measure(double[] a,
double[] b,
boolean[] computable)
Compute the measure between two data vectors
|
boolean |
requireDataTransformation()
Know if the measure need to transform input data (input data are copied to be preserved)
|
void |
transform(double[][] data)
The transformation method called before measurement
|
public double measure(double[] a,
double[] b,
boolean[] computable)
Measurepublic static void main(java.lang.String[] args)
public boolean hasNativeImplementation()
MeasurehasNativeImplementation in interface Measurepublic boolean requireDataTransformation()
MeasurerequireDataTransformation in interface Measure