Skip to content

Commit

Permalink
Added doc for detect_dim routine
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 18, 2011
1 parent 828a0f4 commit 1f6bf22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shogun/preprocessor/DimensionReductionPreprocessor.h
Expand Up @@ -145,6 +145,10 @@ class CDimensionReductionPreprocessor: public CSimplePreprocessor<float64_t>

protected:

/** detect dimensionality from distance matrix
* @param distance_matrix distance matrix to be used
* @return detected dimensionality
*/
virtual int32_t detect_dim(SGMatrix<float64_t> distance_matrix)
{
SG_NOTIMPLEMENTED;
Expand Down

0 comments on commit 1f6bf22

Please sign in to comment.