|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthalo.data.biascorrection.CorrelationCoefficient
public abstract class CorrelationCoefficient
Abstract class for the calculation of the correlation coefficient of a data set
Constructor Summary | |
---|---|
CorrelationCoefficient()
|
Method Summary | |
---|---|
abstract double |
calculateCorrelationCoefficient()
Abstract method for the calculation of the correlation coefficient for the data |
void |
setInputFile(java.io.File file)
Sets the input file that holds the data |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorrelationCoefficient()
Method Detail |
---|
public abstract double calculateCorrelationCoefficient()
public void setInputFile(java.io.File file)
file
- The input file that holds the data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |