Skip to content

Commit

Permalink
fix indent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hushell authored and hushell committed May 21, 2013
1 parent b0b6b6b commit ae06fc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/shogun/multiclass/MulticlassStrategy.h
Expand Up @@ -138,9 +138,9 @@ class CMulticlassStrategy: public CSGObject
m_prob_heuris = prob_heuris;
}

/** rescale multiclass outputs according to the selected heuristic
* NOTE: no matter OVA or OVO, only num_classes rescaled outputs
* will be returned as the posteriors
/** rescale multiclass outputs according to the selected heuristic
* NOTE: no matter OVA or OVO, only num_classes rescaled outputs
* will be returned as the posteriors
* @param outputs a vector of output from each machine (in that order)
*/
virtual void rescale_outputs(SGVector<float64_t> outputs)
Expand All @@ -149,9 +149,9 @@ class CMulticlassStrategy: public CSGObject

/** rescale multiclass outputs according to the selected heuristic
* this function only being called with OVA_SOFTMAX heuristic
* the CStatistics::fit_sigmoid() should be called first
* the CStatistics::fit_sigmoid() should be called first
* @param outputs a vector of output from each machine (in that order)
* @param As fitted sigmoid parameters a one for each machine
* @param As fitted sigmoid parameters a one for each machine
* @param Bs fitted sigmoid parameters b one for each machine
*/
virtual void rescale_outputs(SGVector<float64_t> outputs,
Expand Down

0 comments on commit ae06fc1

Please sign in to comment.