Description Usage Arguments Examples
Performs the LLE alogrithm on a three dimensional S-curve, which is a standard example for data embedding algorithms.
1 2 | lle_scurve(N = 800, k = 12, ss = FALSE, p = 0.5, reg = 2,
iLLE = FALSE, v = 0.8)
|
N |
number of samples. See |
k |
number of neighbours. See |
ss |
a logical values indicating wheather to perform subset selection. See |
p |
amount of data remaining after subset selection. See |
reg |
regularisation method. See |
iLLE |
a logical values indicating wheater to use iLLE. See |
v |
threshold parameter for intrinsic dimension. See |
1 2 | lle_scurve()
lle_scurve( N=1800, k=11, ss=TRUE )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.