![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Parameters.h>
Public Attributes | |
| int | maxDepth = 25 |
| int | minSampleCount |
| int | activeVarCount = 0 |
| int | maxTreeCount |
Definition at line 28 of file Parameters.h.
| int masc::RandomTreesParams::activeVarCount = 0 |
Definition at line 35 of file Parameters.h.
Referenced by masc::Tools::LoadFile().
| int masc::RandomTreesParams::maxDepth = 25 |
Definition at line 29 of file Parameters.h.
Referenced by masc::Tools::LoadFile().
| int masc::RandomTreesParams::maxTreeCount |
Definition at line 36 of file Parameters.h.
Referenced by masc::Tools::LoadFile().
| int masc::RandomTreesParams::minSampleCount |
Definition at line 31 of file Parameters.h.
Referenced by masc::Tools::LoadFile().