Definition at line 44 of file VarTransformHandler.h.
#include <TMVA/VarTransformHandler.h>
| TMVA::VarTransformHandler::VarTransformHandler |
( |
DataLoader * |
dl | ) |
|
| TMVA::VarTransformHandler::~VarTransformHandler |
( |
| ) |
|
| void TMVA::VarTransformHandler::CalcNorm |
( |
| ) |
|
|
private |
Computes maximum, minimum, mean, RMS and variance for all variables and targets.
Definition at line 135 of file VarTransformHandler.cxx.
| MsgLogger& TMVA::VarTransformHandler::Log |
( |
| ) |
const |
|
inline |
Computes variance of all the variables and returns a new DataLoader with the selected variables whose variance is above a specific threshold.
Threshold can be provided by user otherwise default value is 0 i.e. remove the variables which have same value in all the events.
- Parameters
-
| [in] | threshold | value (Double) |
Transformation Definition String Format: "VT(optional float value)"
Usage examples:
| String | Description |
| "VT" | Select variables whose variance is above threshold value = 0 (Default) |
| "VT(1.5)" | Select variables whose variance is above threshold value = 1.5 |
Definition at line 71 of file VarTransformHandler.cxx.
| DataLoader* TMVA::VarTransformHandler::fDataLoader |
|
private |
| const std::vector<Event*>& TMVA::VarTransformHandler::fEvents |
|
private |
| MsgLogger* TMVA::VarTransformHandler::fLogger |
|
mutable |
The documentation for this class was generated from the following files: