Description Usage Arguments Examples
Performs the LLE alogrithm on a sound(file). As a first step, the sound is scanned piecewice with time windows sized t
. In every scanning step, the time windows is shifted by dt
. This generates an overall data set with dimension n=t
and sample size N\approxt/dt
. This dataset can then be embedded using LLE algorithm.
1 2 |
t |
time window used to scan. |
dt |
time window shift. |
k |
number of neighbours. See |
reg |
regularisation method. See |
ss |
a logical values indicating wheather to perform subset selection. See |
p |
amount of data remaining after subset selection. See |
id |
a logical values indicating wheather to calculate the intrinsic dimension. See |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.