#include <shark/Algorithms/Trainers/OneClassSvmTrainer.h>#include <shark/Models/Kernels/GaussianRbfKernel.h>#include <shark/Data/DataDistribution.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 62 of file OneClassSvm.cpp.
References shark::Data< Type >::elements(), and shark::OneClassSvmTrainer< InputType, CacheType >::train().