#include <shark/Data/Dataset.h>#include <shark/Models/LinearClassifier.h>#include <shark/Algorithms/Trainers/CSvmTrainer.h>#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>#include <shark/Data/DataDistribution.h>#include <shark/Algorithms/Trainers/McSvmOVATrainer.h>Go to the source code of this file.
Typedefs | |
| typedef CompressedRealVector | VectorType |
| typedef CompressedRealMatrix | MatrixType |
| typedef CompressedRealMatrixRow | RowType |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| double const | noise = 1.0 |
| typedef CompressedRealMatrix MatrixType |
Definition at line 14 of file McSvmLinear.cpp.
| typedef CompressedRealMatrixRow RowType |
Definition at line 15 of file McSvmLinear.cpp.
| typedef CompressedRealVector VectorType |
Definition at line 13 of file McSvmLinear.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| double const noise = 1.0 |
Definition at line 12 of file McSvmLinear.cpp.
Referenced by shark::CrossEntropyMethod::ConstantNoise::ConstantNoise(), and trainAutoencoderModel().