Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hushell authored and hushell committed May 27, 2013
1 parent 819f7de commit 9fb0d3c
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 9fb0d3c

Please sign in to comment.