@@ -855,6 +855,7 @@ The following are the configuration parameters available for the _Regressor_ plu
| window | Length in milliseconds of the time window that is used to retrieve recent readings for the input sensors, starting from the latest one.
| trainingSamples | Number of samples necessary to perform training of the current model.
| targetDistance | Temporal distance (in terms of lags) of the sample that is to be predicted.
| smoothResponses | If false, the regressor will attempt to predict one single sensor reading as specified by the _targetDistance_ parameter. If true, it will instead predict the _average_ of the upcoming _targetDistance_ sensor readings.
| inputPath | Path of a file from which a pre-trained random forest model must be loaded.
| outputPath | Path of a file to which the random forest model trained at runtime must be saved.
| getImportances | If true, the random forest will also compute feature importance values when trained, which are printed.