Skip to content

Commit

Permalink
added small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jul 17, 2012
1 parent 98f4788 commit 23dd339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shogun/multiclass/MulticlassSVM.h
Expand Up @@ -48,7 +48,9 @@ class CMulticlassSVM : public CKernelMulticlassMachine
CMulticlassStrategy *strategy, float64_t C, CKernel* k, CLabels* lab);
virtual ~CMulticlassSVM();

/** create multiclass SVM
/** create multiclass SVM. Appends the appropriate number of svm pointer
* (depending on multiclass strategy) to m_machines. All pointers are
* initialized with NULL.
*
* @param num_classes number of classes in SVM
* @return if creation was successful
Expand Down

0 comments on commit 23dd339

Please sign in to comment.