PLearn 0.1
Defines
FieldConvertCommand.cc File Reference
#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>
Include dependency graph for FieldConvertCommand.cc:

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 Documentation

#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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines