DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.