getNovelty | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.