Serializablepublic class PearsonCorrelation extends QualityMeasure
defaultValue, meanFunction| Constructor | Description |
|---|---|
PearsonCorrelation() |
Default constructor.
|
PearsonCorrelation(double defaultValue) |
Constructor, which allows setting the parameter value for default value.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
distance(MultiTable.Block.Column x,
MultiTable.Block.Column y,
double defaultValue) |
Returns the distance of the two vectors x and y with the given root.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdistance, distance, getColumnDistances, getDefaultValue, getMeanFunction, setDefaultValue, setMeanFunctionpublic PearsonCorrelation()
public PearsonCorrelation(double defaultValue)
defaultValue - the default valuepublic double distance(MultiTable.Block.Column x, MultiTable.Block.Column y, double defaultValue)
QualityMeasureDouble.NaN values are also ignored.distance in class QualityMeasurex - an arrayy - another arraydefaultValue - The value to be returned in cases in which no distance
computation is possible.Copyright © 2007–2018. All rights reserved.