DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Multivariate Methods
Random Decision Forest
Properties
NSamples
See also:
ResizeTrnData
,
TrainRF
Index
Statistical Background
NSamples
Declaration:
TRndForest
.
NSamples
: integer;
The readonly property
NSamples
returns the number of training samples used for the training of the random forest model.
Hint:
The size of the training dataset can be set by the method
ResizeTrnData
.