getNovelty: SSM novelty

View source: R/SSM.R

getNoveltyR Documentation

SSM novelty

Description

Internal soundgen function.

Usage

getNovelty(ssm, kernelSize, kernelSD, padWith = 0, normalize = TRUE)

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.

Value

Returns a numeric vector of length nrow(ssm)


soundgen documentation built on Sept. 12, 2024, 6:29 a.m.