Interface | Description |
---|---|
HistogramCorrelation |
Defines an implementation of a histogram correlation or distance measure.
|
Class | Description |
---|---|
BhattacharyaDistance |
Bhattacharya histogram distance measure.
|
CityBlockDistance |
City Block (L1 distance) for modulo type histograms.
|
CrossCorrelation |
Crosscorrelation as used in Baris Bozkurt's 'An automatic pitch analysis
method for Turkish maquam music'.
|
EuclideanDistance |
Euclidean Distance (L2 norm) for modulo type histograms.
|
Histogram |
A histogram is defined by a start value, a stop value and a number of
classes.
|
HistogramFactory |
This class creates different kinds of histograms from either a list of annotations
or a list of peak positions.
|
Intersection |
Implements a histogram intersection distance for modulo type histograms.
|
PitchClassHistogram | |
PitchHistogram |
The PitchHistogram accepts values from 0 to 9600 cents or +- from 16Hz to
40000Hz: the human hearing range is completely covered.
The start and stop values can be configured. Values outside the defined range are ignored! |
Enum | Description |
---|---|
CorrelationMeasure |
Defines a correlation measure for histograms.
|