Commit 904c047aa3edb39d10fa77fc8506b42fb69bc79b
1 parent
ee111dd1
Documented liblinear
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/classification/liblinear.cpp
| @@ -46,7 +46,7 @@ static void loadModel(model &m, QDataStream &stream) | @@ -46,7 +46,7 @@ static void loadModel(model &m, QDataStream &stream) | ||
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | /*! | 48 | /*! |
| 49 | - * \brief DOCUMENT ME SCOTT | 49 | + * \brief Wraps LibLinear's Linear SVM framework. |
| 50 | * \author Scott Klum \cite sklum | 50 | * \author Scott Klum \cite sklum |
| 51 | */ | 51 | */ |
| 52 | class Linear : public Transform | 52 | class Linear : public Transform |