Description
Internal soundgen function.
Usage
getNovelty(ssm, kernelSize, kernelSD, padWith = 0, normalize = TRUE)
Value
Returns a numeric vector of length nrow(ssm)
Arguments
- ssm
self-similarity matrix, as produced by selfsim
- kernelSize
the size of gausisan kernel (points)
- kernelSD
the SD of gaussian kernel
- normalize
if TRUE, normalizes so that max = 1
Details
Calculates novelty in a self-similarity matrix. Called by ssm
.