Skip to content

Commit

Permalink
Made EmbeddingConverter embed method virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Oct 23, 2011
1 parent 6eb1c3a commit 678d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/converter/EmbeddingConverter.h
Expand Up @@ -48,7 +48,7 @@ class CEmbeddingConverter: public CConverter
* @param features features to embed
* @return embedding simple features
*/
CSimpleFeatures<float64_t>* embed(CFeatures* features);
virtual CSimpleFeatures<float64_t>* embed(CFeatures* features);

/** setter for target dimension
* @param dim target dimension
Expand Down

0 comments on commit 678d405

Please sign in to comment.