Skip to content

Commit

Permalink
fix unicode error
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 22, 2011
1 parent 706bca0 commit 1a48148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/preprocessor/MultidimensionalScaling.h
Expand Up @@ -108,7 +108,7 @@ class CMultidimensionalScaling: public CDimensionReductionPreprocessor
return m_eigenvalues;
}

/** set number of landmarks
/** set number of landmarks
* should be lesser than number of examples and greater than 3
* for consistent embedding as triangulation is used
* @param num number of landmark to be set
Expand All @@ -120,7 +120,7 @@ class CMultidimensionalScaling: public CDimensionReductionPreprocessor
m_landmark_number = num;
};

/** get number of landmarks
/** get number of landmarks
* @return current number of landmarks
*/
int32_t get_landmark_number() const
Expand Down

0 comments on commit 1a48148

Please sign in to comment.