PeakStatsConfig

data class PeakStatsConfig(val maxPeakwidthCents: Float = 50.0f, val minPeakwidthCents: Float = 25.0f, val symmetricBounds: Boolean = true)

Configuration for per-peak statistics computation.

See also

Constructors

Link copied to clipboard
constructor(maxPeakwidthCents: Float = 50.0f, minPeakwidthCents: Float = 25.0f, symmetricBounds: Boolean = true)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum half-width (cents) around a peak for aggregation.

Link copied to clipboard

Minimum half-width (cents) around a peak.

Link copied to clipboard

If true, use symmetric bounds around the peak position.