How to use c++ for data analysis or prediction?if not which else language can i use ? And by what algorithm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use c++ for data analysis or prediction?if not which else language can i use ? And by what algorithm?

If we have weather data (such as temperature, rainfall etc)in excel sheet how can we use c++ for predicting...the parameters in future... If

17th Oct 2017, 3:33 PM
Adithya Pai
Adithya Pai - avatar
1 Answer
0
Probably with a very good algorithm that you put it in the code :D Weather data mainly is arithmetic average of values from PAST(this is very ambigous), so you can get an interval for averages, but to predict the weather,huh, this is some magic area. So is not really a prediction :) is an average from past. If you have data in real time, probably you need to see the pattern and the make an algoritm, but for sure you need the average of the data, so we are to base 1 again. Maybe someone know how can you do it.. i am eager to find out any ideas!
27th Oct 2017, 5:11 PM
derXred
derXred - avatar