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