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
Methods
Apply
See also:
TargetVarName
,
TrainRF
Index
Statistical Background
Apply
Declaration:
TRndForest
.
Apply
(XData: TDoubleArray): double;
The method
Apply
serves to apply the trained random forest to a specfic set of input data. The input data have to be stored in the array parameter
XData
. The result of the RF application is returned by the function.