Skip to content

Commit

Permalink
Fixed doc of feature blocked logistic regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 22, 2012
1 parent b5c0c62 commit 80530a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shogun/classifier/FeatureBlockLogisticRegression.h
Expand Up @@ -46,13 +46,13 @@ class CFeatureBlockLogisticRegression : public CSLEPMachine
return "FeatureBlockLogisticRegression";
}

/** getter for feature tree
* @return feature tree
/** getter for feature relation
* @return feature relation
*/
CIndexBlockRelation* get_feature_relation() const;

/** setter for feature tree
* @param feature_tree feature tree
/** setter for feature relation
* @param feature_relation feature relation
*/
void set_feature_relation(CIndexBlockRelation* feature_relation);

Expand Down

0 comments on commit 80530a6

Please sign in to comment.