Skip to content

Commit

Permalink
Warn that LTSA is slower than KLTSA with linear
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Nov 29, 2011
1 parent a4085ce commit 6aebf7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/shogun/converter/LocalTangentSpaceAlignment.h
Expand Up @@ -22,14 +22,18 @@ namespace shogun
class CFeatures;
class CDistance;

/** @brief the class LocalTangentSpaceAlignment used to preprocess
* data using Local Tangent Space Alignment (LTSA) algorithm as described in:
/** @brief LocalTangentSpaceAlignment used to embed
* data using Local Tangent Space Alignment (LTSA)
* algorithm as described in:
*
* Zhang, Z., & Zha, H. (2002). Principal Manifolds
* and Nonlinear Dimension Reduction via Local Tangent Space Alignment.
* Journal of Shanghai University English Edition, 8(4), 406-424. SIAM.
* Retrieved from http://arxiv.org/abs/cs/0212008
*
* Due to performance reasons on high-dimensional datasets please
* use KernelLocalTangentSpaceAlignment with linear kernel.
*
* The stated eigenproblem is solved in the same way as
* CLocallyLinearEmbedding (LAPACK or ARPACK if available).
*
Expand Down

0 comments on commit 6aebf7d

Please sign in to comment.