#include <shark/Data/Csv.h>
#include <shark/Models/Normalizer.h>
#include <shark/Algorithms/Trainers/NormalizeComponentsUnitVariance.h>
#include <shark/Models/LinearModel.h>
#include <shark/Algorithms/Trainers/NormalizeComponentsWhitening.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 45 of file Normalization.cpp.
References shark::NormalizeComponentsWhitening::train(), shark::NormalizeComponentsUnitVariance< DataType >::train(), and shark::transform().