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