public class Pearson extends Correlation
Constructor | Description |
---|---|
Pearson() |
Modifier and Type | Method | Description |
---|---|---|
double |
calculate(byte[] d1,
byte[] d2) |
Calculates the correlation between two arrays
|
calculate, limitedtopn, limitedtopnvalues, topn, topnvalues
public double calculate(byte[] d1, byte[] d2)
Correlation
calculate
in class Correlation
d1
- The first arrayd2
- The second array