Package | Description |
---|---|
be.tarsos.util.histogram |
Histogram and histogram correlation classes.
|
Modifier and Type | Method and Description |
---|---|
static CorrelationMeasure |
CorrelationMeasure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CorrelationMeasure[] |
CorrelationMeasure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Histogram.correlation(Histogram otherHistogram,
CorrelationMeasure correlationMeasure)
Return the correlation of this histogram with another one.
|
double |
Histogram.correlationWithDisplacement(int displacement,
Histogram otherHistogram,
CorrelationMeasure correlationMeasure) |
int |
Histogram.displacementForOptimalCorrelation(Histogram otherHistogram,
CorrelationMeasure correlationMeasure)
Returns the number of classes the other histogram needs to be displaced
to get optimal correlation with this histogram.
|