An S4 Class implementing Hessian Locally Linear Embedding (HLLE)
Arguments
Slots
fun
A function that does the embedding and returns a
dimRedResult object.
stdpars
The standard parameters for the function.
General usage
Dimensionality reduction methods are S4 Classes that either be used
directly, in which case they have to be initialized and a full
list with parameters has to be handed to the @fun()
slot, or the method name be passed to the embed function and
parameters can be given to the ..., in which case
missing parameters will be replaced by the ones in the
@stdpars.
Parameters
HLLE can take the following parameters:
knn
neighborhood size
ndim
number of output dimensions
Implementation
Own implementation, sticks to the algorithm in Donoho and Grimes
(2003). Makes use of sparsity to speed up final embedding.
Details
HLLE uses local hessians to approximate the curvines and is an
extension to non-convex subsets in lowdimensional space.
References
Donoho, D.L., Grimes, C., 2003. Hessian eigenmaps: Locally linear
embedding techniques for high-dimensional data. PNAS 100,
5591-5596. doi:10.1073/pnas.1031596100