Feat C++ API
A feature engineering automation tool
|
#include <shogun/lib/config.h>
#include <shogun/lib/common.h>
#include <shogun/features/DotFeatures.h>
#include <shogun/machine/LinearMulticlassMachine.h>
#include <shogun/multiclass/MulticlassOneVsRestStrategy.h>
#include <shogun/io/SGIO.h>
#include <shogun/mathematics/Math.h>
#include <shogun/labels/MulticlassLabels.h>
#include <shogun/lib/slep/slep_mc_plain_lr.h>
#include <vector>
#include <Eigen/Dense>
#include <shogun/base/some.h>
Go to the source code of this file.
Classes | |
class | shogun::CMulticlassLogisticRegression |
multiclass logistic regression More... | |
Namespaces | |
shogun | |