Regression model to predict runtime for point-buffer ejamit analyses
Source:R/data_modelEjamit.R
modelEjamit.RdWeighted runtime model for point-buffer ejamit analyses, fit from Analysis_timing_results*.csv files with extra emphasis on small point-count runs.
Details
Regression model to predict runtime for point-buffer ejamit analyses
The model is trained from point-buffer rows in all Analysis_timing_results*.csv files in data-raw/. Small runs such as 1, 2, and 10 points are up-weighted so predictions are more accurate for small analyses. ejamit runtime is modeled from input_number and radius using weighted least squares.