#include <shark/Algorithms/Trainers/CSvmTrainer.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/Models/Kernels/MultiTaskKernel.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
#include <shark/Data/DataDistribution.h>
Go to the source code of this file.
Typedefs | |
typedef MultiTaskSample< RealVector > | InputType |
Functions | |
int | main (int argc, char **argv) |
typedef MultiTaskSample<RealVector> InputType |
Definition at line 13 of file MultiTaskSvm.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |