Skip to content

Commit

Permalink
* minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 15, 2012
1 parent 07bc029 commit f586c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/shogun/machine/KernelMulticlassMachine.h
Expand Up @@ -80,10 +80,10 @@ class CKernelMulticlassMachine : public CMulticlassMachine
}

/** Stores feature data of underlying model.
*
* Need to store the SVs for all sub-machines. We make a union of the
* SVs for all sub-machines, store the union and adjust the
* sub-machines to index into the union.
*
* Need to store the SVs for all sub-machines. We make a union of the
* SVs for all sub-machines, store the union and adjust the
* sub-machines to index into the union.
*/
virtual void store_model_features();

Expand Down
2 changes: 1 addition & 1 deletion src/shogun/machine/LinearMulticlassMachine.h
Expand Up @@ -73,7 +73,7 @@ class CLinearMulticlassMachine : public CMulticlassMachine

/** get features
*
* @return kernel
* @return features
*/
CDotFeatures* get_features() const
{
Expand Down

0 comments on commit f586c7e

Please sign in to comment.