Skip to content

Commit

Permalink
Fixed doc in LLE
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 21, 2011
1 parent 13a48a8 commit b879040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/preprocessor/LocallyLinearEmbedding.h
Expand Up @@ -121,7 +121,6 @@ class CLocallyLinearEmbedding: public CDimensionReductionPreprocessor
/** find null space of given matrix
* @param matrix given matrix
* @param dimension dimension of null space to be computed
* @param force_lapack true if lapack should be used
* @return null-space approximation feature matrix
*/
SGMatrix<float64_t> find_null_space(SGMatrix<float64_t> matrix, int dimension);
Expand All @@ -143,6 +142,7 @@ class CLocallyLinearEmbedding: public CDimensionReductionPreprocessor

public:

/** adaptive k choice */
static const int32_t ADAPTIVE_K = -1;

protected:
Expand Down

0 comments on commit b879040

Please sign in to comment.