Skip to content

Commit

Permalink
Mention disadvantage of auto k for locally linear embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Nov 1, 2011
1 parent 5ced67a commit 09429bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shogun/converter/LocallyLinearEmbedding.h
Expand Up @@ -49,7 +49,8 @@ class CDistance;
* This class also have capability of selecting k automatically in
* range between "k" and "max_k" in case if "auto_k" is true. This
* is being done using ternary search of minima of
* reconstruction error on the subset of features.
* the mean reconstruction error. The reconstruction error is
* considered to have only one global minimum in this mode.
*/
class CLocallyLinearEmbedding: public CEmbeddingConverter
{
Expand Down

0 comments on commit 09429bf

Please sign in to comment.