Skip to content

Commit

Permalink
Commented labels constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jan 4, 2012
1 parent f7e0b56 commit 76ab61f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/shogun/features/Labels.cpp
Expand Up @@ -42,6 +42,7 @@ CLabels::CLabels(SGVector<float64_t> src)
m_num_classes=get_num_classes();
}

/*
CLabels::CLabels(SGVector<int64_t> src)
: CSGObject()
{
Expand All @@ -55,6 +56,7 @@ CLabels::CLabels(SGVector<int64_t> src)
set_labels(converted);
m_num_classes=get_num_classes();
}
*/

void CLabels::set_to_one()
{
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/features/Labels.h
Expand Up @@ -54,7 +54,7 @@ class CLabels : public CSGObject
*
* @param labels labels
*/
CLabels(SGVector<int64_t> labels);
//CLabels(SGVector<int64_t> labels);

/** constructor
*
Expand Down

0 comments on commit 76ab61f

Please sign in to comment.