getNovelty {soundgen} | R Documentation |
SSM novelty
Description
Internal soundgen function.
Usage
getNovelty(ssm, kernelSize, kernelSD, padWith = 0, normalize = TRUE)
Arguments
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 |
Details
Calculates novelty in a self-similarity matrix. Called by ssm
.
Value
Returns a numeric vector of length nrow(ssm)
[Package soundgen version 2.7.1 Index]