Skip to content

Commit

Permalink
Merge pull request #1132 from hushell/develop
Browse files Browse the repository at this point in the history
fix documentation
  • Loading branch information
Soeren Sonnenburg committed May 28, 2013
2 parents 819f7de + 9fb0d3c commit 3fae2be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/shogun/multiclass/MulticlassOneVsRestStrategy.h
Expand Up @@ -91,7 +91,8 @@ class CMulticlassOneVsRestStrategy: public CMulticlassStrategy
/** rescale multiclass outputs according to the selected heuristic
* this function only being called with OVA_SOFTMAX heuristic
* @param outputs a vector of output from each machine (in that order)
* @param sig_params a vector of sigmoid parameters w.r.t binary machines
* @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,
const SGVector<float64_t> As, const SGVector<float64_t> Bs);
Expand All @@ -104,7 +105,8 @@ class CMulticlassOneVsRestStrategy: public CMulticlassStrategy

/** OVA softmax heuristic
* @param outputs a vector of output from each machine (in that order)
* @param sig_params a vector of sigmoid parameters w.r.t binary machines
* @param As fitted sigmoid parameters a one for each machine
* @param Bs fitted sigmoid parameters b one for each machine
*/
void rescale_heuris_softmax(SGVector<float64_t> outputs,
const SGVector<float64_t> As, const SGVector<float64_t> Bs);
Expand Down

0 comments on commit 3fae2be

Please sign in to comment.