Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix documentation of clean_feature_vectors
  • Loading branch information
Soeren Sonnenburg committed Oct 13, 2011
1 parent 6356f26 commit 78c8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/features/StringFeatures.h
Expand Up @@ -133,7 +133,7 @@ template <class ST> class CStringFeatures : public CFeatures
* possible with subset
*
* @param start index of first vector to be cleaned
* @param end last number of the vector to be cleaned
* @param stop index of the last vector to be cleaned
* */
virtual void cleanup_feature_vectors(int32_t start, int32_t stop);

Expand Down

0 comments on commit 78c8694

Please sign in to comment.