def getWeatherPredict(predict,nowww):
if(nowww>=2):
return predict*math.sqrt(1.110727412879317)
elif(nowww>=1.0):
return predict*math.sqrt(1.0960104809326925)
elif(nowww>0):
return predict*math.sqrt(1.0730721851729204)
else:
return predict*math.sqrt(0.98)
#??SVR??????????????????????
time_predict.py 文件源码
python
阅读 15
收藏 0
点赞 0
评论 0
评论列表
文章目录