![]() |
MeLOn
|
#include <vector>
#include <string>
#include <cmath>
#include <memory>
#include "MeLOn.h"
#include "exceptions.h"
#include "kernel.h"
#include "scaler.h"
#include "vectorarithmetics.h"
#include "svmData.h"
#include "svmParser.h"
Go to the source code of this file.
Classes | |
class | melon::SupportVectorMachine< T > |
Class defining support vector machine to be used in the MAiNGO solver. More... | |
class | melon::SupportVectorRegression< T > |
Class defining support vector machine for regression to be used in the MAiNGO solver. More... | |
class | melon::SupportVectorMachineOneClass< T > |
Class defining support vector machine for one class classification to be used in the MAiNGO solver. More... | |
Namespaces | |
melon | |