philsupertramp/game-math
|
#include "../Matrix.h"
#include "../format.h"
#include "../matrix_utils.h"
#include <fstream>
#include <map>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | Set |
class | DataSet |
Enumerations | |
enum | NormalizerMethod { SET_MEAN = 0 , COL_MEAN = 1 , ROW_MEAN = 2 } |
enum NormalizerMethod |