#include <FieldConvertCommand.h>
Inheritance diagram for PLearn::FieldConvertCommand:


Public Types | |
| enum | FieldType { binary, constant, continuous, discrete_corr, discrete_uncorr, skip, unknown } |
| The available types for a field. More... | |
Public Member Functions | |
| FieldConvertCommand () | |
| Default empty constructor. | |
| virtual void | run (const vector< string > &args) |
Protected Member Functions | |
| FieldType | stringToFieldType (string s) |
Protected Attributes | |
| real | DISCRETE_TOLERANCE |
| real | UNIQUE_NMISSING_FRACTION_TO_ASSUME_CONTINUOUS |
| real | PVALUE_THRESHOLD |
| real | FRAC_MISSING_TO_SKIP |
| real | FRAC_ENOUGH |
| string | source_fn |
| string | desti_fn |
| string | force_fn |
| string | report_fn |
| string | precompute |
| int | target |
| FieldType | type |
Static Protected Attributes | |
| PLearnCommandRegistry | reg_ |
| This allows to register the 'FieldConvertCommand' command in the command registry. | |
|
|
The available types for a field.
Definition at line 55 of file FieldConvertCommand.h. Referenced by stringToFieldType(). |
|
|
Default empty constructor.
Definition at line 59 of file FieldConvertCommand.cc. References PLearn::add(), PLearn::correlation(), PLearn::difference(), PLearn::minus(), PLearn::normal(), PLearn::onehot(), PLearn::usage(), and PLearn::use(). |
|
|
Implements PLearn::PLearnCommand. Definition at line 110 of file FieldConvertCommand.cc. |
|
|
Definition at line 708 of file FieldConvertCommand.cc. References binary, constant, discrete_corr, discrete_uncorr, FieldType, and PLERROR. |
|
|
Definition at line 79 of file FieldConvertCommand.h. |
|
|
Definition at line 74 of file FieldConvertCommand.h. |
|
|
Definition at line 79 of file FieldConvertCommand.h. |
|
|
Definition at line 78 of file FieldConvertCommand.h. |
|
|
Definition at line 77 of file FieldConvertCommand.h. |
|
|
Definition at line 80 of file FieldConvertCommand.h. |
|
|
Definition at line 76 of file FieldConvertCommand.h. |
|
|
This allows to register the 'FieldConvertCommand' command in the command registry.
|
|
|
Definition at line 79 of file FieldConvertCommand.h. |
|
|
Definition at line 79 of file FieldConvertCommand.h. |
|
|
Definition at line 81 of file FieldConvertCommand.h. |
|
|
Definition at line 82 of file FieldConvertCommand.h. |
|
|
Definition at line 75 of file FieldConvertCommand.h. |
1.3.7