Home | Trees | Indices | Help |
|
---|
|
Locally linear embbeding Mapper. This mapper performs dimensionality reduction. It wraps two algorithms provided by the Modular Data Processing (MDP) framework. Locally linear embedding (LLE) approximates the input data with a low-dimensional surface and reduces its dimensionality by learning a mapping to the surface. This wrapper class provides access to two different LLE algorithms (i.e. the corresponding MDP processing nodes). 1) An algorithm outlined in *An Introduction to Locally Linear Embedding* by L. Saul and S. Roweis, using improvements suggested in *Locally Linear Embedding for Classification* by D. deRidder and R.P.W. Duin (aka `LLENode`) and 2) Hessian Locally Linear Embedding analysis based on algorithm outlined in *Hessian Eigenmaps: new locally linear embedding techniques for high-dimensional data* by C. Grimes and D. Donoho, 2003. .. note:: This mapper only provides forward-mapping functionality -- no reverse mapping is available. .. seealso:: http://mdp-toolkit.sourceforge.net
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
node = property(fget= _accessNode)
|
|||
Inherited from |
|
|||
Inherited from |
|
Parameters:
|
|
|
|
|
|
Provide access to the underlying MDP processing node. With some care. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:28 2012 | http://epydoc.sourceforge.net |