Description Usage Arguments Examples
Like the S-curve this is a standard example to demonstrate the functioning of LLE.
1  |  lle_swissrole(N = 1500, k = 10, ss = FALSE, p = 0.5, reg = 2, iLLE = FALSE, v = 0.8) 
 | 
N | 
 number of samples.  | 
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 3 4 5  |     ## Not run: 
	lle_swissrole()
	lle_swissrole( 3000, k=12, ss=TRUE )
    
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.