How can I predict memory usage and time based on historical values
问题 A maths problem really I think... I have some historical data for some spreadsheet outputs along with the number of rows and columns. What I'd like to do is use this data to predict the peak memory usage and time taken based on the - known - row and columns. So, if no historical data exists then there will be no predictions. 1 or 2 historical values will be very inaccurate but I hope that given a wide enough variety of historical values, then a reasonably-accurate prediction could be made? I