Navigation Menu

Skip to content

Commit

Permalink
Added warning of LLTSA and NPE are hardly applicable to very high-dim…
Browse files Browse the repository at this point in the history
…ensional data
  • Loading branch information
lisitsyn committed Oct 23, 2011
1 parent e7b34f1 commit bf0bf48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/shogun/converter/LinearLocalTangentSpaceAlignment.h
Expand Up @@ -31,6 +31,9 @@ class CDistance;
* Neurocomputing, 70(7-9), 1547-1553.
* Retrieved from http://linkinghub.elsevier.com/retrieve/pii/S0925231206004577
*
* This method is hardly applicable to very high-dimensional data due to
* necessity to solve eigenproblem involving matrix of size (dim x dim).
*
*/
class CLinearLocalTangentSpaceAlignment: public CLocalTangentSpaceAlignment
{
Expand Down
5 changes: 4 additions & 1 deletion src/shogun/converter/NeighborhoodPreservingEmbedding.h
Expand Up @@ -30,7 +30,10 @@ class CDistance;
* Neighborhood preserving embedding.
* Tenth IEEE International Conference on Computer Vision ICCV05 Volume 1, 2, 1208-1213. Ieee.
* Retrieved from http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1544858
*
*
* This method is hardly applicable to very high-dimensional data due to
* necessity to solve eigenproblem involving matrix of size (dim x dim).
*
*/
class CNeighborhoodPreservingEmbedding: public CLocallyLinearEmbedding
{
Expand Down

0 comments on commit bf0bf48

Please sign in to comment.