ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
masc::RandomTreesParams Struct Reference

#include <Parameters.h>

Public Attributes

int maxDepth = 25
 
int minSampleCount
 
int activeVarCount = 0
 
int maxTreeCount
 

Detailed Description

Definition at line 28 of file Parameters.h.

Member Data Documentation

◆ activeVarCount

int masc::RandomTreesParams::activeVarCount = 0

Definition at line 35 of file Parameters.h.

Referenced by masc::Tools::LoadFile().

◆ maxDepth

int masc::RandomTreesParams::maxDepth = 25

Definition at line 29 of file Parameters.h.

Referenced by masc::Tools::LoadFile().

◆ maxTreeCount

int masc::RandomTreesParams::maxTreeCount
Initial value:
=
100

Definition at line 36 of file Parameters.h.

Referenced by masc::Tools::LoadFile().

◆ minSampleCount

int masc::RandomTreesParams::minSampleCount
Initial value:
=
1

Definition at line 31 of file Parameters.h.

Referenced by masc::Tools::LoadFile().


The documentation for this struct was generated from the following file: