Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added getter for sequence data
  • Loading branch information
lisitsyn committed Aug 26, 2012
1 parent 408f357 commit 334d713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shogun/structure/HMSVMLabels.h
Expand Up @@ -56,6 +56,9 @@ struct CSequence : public CStructuredData

/** data sequence */
SGVector< int32_t > data;

/** returns data */
SGVector<int32_t> get_data() const { return data; }
};

/** @brief Class CHMSVMLabels to be used in the application of Structured Output
Expand Down

0 comments on commit 334d713

Please sign in to comment.