|
PLearn 0.1
|
#include "FieldConvertCommand.h"#include <plearn/base/stringutils.h>#include <plearn/db/getDataSet.h>#include <plearn/io/openFile.h>#include <plearn/io/fileutils.h>#include <plearn/math/pl_erf.h>#include <plearn/math/random.h>#include <plearn/vmat/SelectRowsVMatrix.h>#include <plearn/vmat/VMat.h>
Go to the source code of this file.
Defines | |
| #define | NORMALIZE 1 |
| < For newFilename() | |
| #define | MISSING_BIT 2 |
| #define | ONEHOT 4 |
| #define | SKIP 16 |
| #define | UNIFORMIZE 32 |
| #define MISSING_BIT 2 |
Definition at line 48 of file FieldConvertCommand.cc.
Referenced by PLearn::FieldConvertCommand::run().
| #define NORMALIZE 1 |
< For newFilename()
< For gauss_01_quantile()
Definition at line 47 of file FieldConvertCommand.cc.
Referenced by PLearn::FieldConvertCommand::run().
| #define ONEHOT 4 |
Definition at line 49 of file FieldConvertCommand.cc.
Referenced by PLearn::FieldConvertCommand::run().
| #define SKIP 16 |
Definition at line 50 of file FieldConvertCommand.cc.
Referenced by PLearn::FieldConvertCommand::run().
| #define UNIFORMIZE 32 |
Definition at line 51 of file FieldConvertCommand.cc.
Referenced by PLearn::FieldConvertCommand::run().
1.7.4