Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename conflicting get_labels function to get_latent_labels in CLaten…
…tLabels
  • Loading branch information
Soeren Sonnenburg committed Aug 14, 2012
1 parent 419f224 commit 973c3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shogun/labels/LatentLabels.cpp
Expand Up @@ -37,7 +37,7 @@ void CLatentLabels::init()
m_latent_labels = NULL;
}

CDynamicObjectArray* CLatentLabels::get_labels() const
CDynamicObjectArray* CLatentLabels::get_latent_labels() const
{
SG_REF(m_latent_labels);
return m_latent_labels;
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/labels/LatentLabels.h
Expand Up @@ -40,7 +40,7 @@ namespace shogun
*
* @return the CDynamicObjectArray with the latent labels in it
*/
CDynamicObjectArray* get_labels() const;
CDynamicObjectArray* get_latent_labels() const;

/** get the latent label of a given example
*
Expand Down

0 comments on commit 973c3d7

Please sign in to comment.