Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mentioned paper on DiffusionMasp
  • Loading branch information
lisitsyn committed Dec 17, 2011
1 parent 920d692 commit ce5c547
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/shogun/converter/DiffusionMaps.h
Expand Up @@ -23,7 +23,13 @@ class CFeatures;
class CKernel;

/** @brief CDiffusionMaps used to preprocess given data using
* diffusion maps dimensionality reduction technique
* diffusion maps dimensionality reduction technique according to
*
* Coifman, R., & Lafon, S. (2006).
* Diffusion maps.
* Applied and Computational Harmonic Analysis, 21(1), 5-30. Elsevier.
* Retrieved from http://linkinghub.elsevier.com/retrieve/pii/S1063520306000546
*
*/
class CDiffusionMaps: public CEmbeddingConverter
{
Expand Down

0 comments on commit ce5c547

Please sign in to comment.