Skip to content

Commit

Permalink
Updated doc of FeatureBlockLogisticRegression
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 21, 2012
1 parent 59d6cc7 commit 3a54e3f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/shogun/classifier/FeatureBlockLogisticRegression.h
Expand Up @@ -16,7 +16,17 @@

namespace shogun
{
/** @brief */
/** @brief class FeatureBlockLogisticRegression, a linear
* binary logistic loss classifier for problems with complex feature relations.
* Currently two feature relations are supported - feature group
* (done via CIndexBlockGroup) and feature tree (done via CIndexTree).
* Handling of feature relations is done via L1/Lq (for groups) and L1/L2
* (for trees) regularization.
*
* @see CIndexBlock
* @see CIndexBlockGroup
* @see CIndexBlockTree
*/
class CFeatureBlockLogisticRegression : public CLinearMachine
{

Expand Down

0 comments on commit 3a54e3f

Please sign in to comment.