master
sanginnwoo 2022-08-13 15:08:06 +09:00
parent 13f25dc236
commit 1f7412141f
1 changed files with 1 additions and 3 deletions

View File

@ -288,7 +288,7 @@ time_hyper = time_hyper + t0_hyper
# ========== # ==========
# RSME 산정 # 에러 산정
# ========== # ==========
# RMSE 계산 데이터 구간 설정 (계측) # RMSE 계산 데이터 구간 설정 (계측)
@ -451,7 +451,6 @@ plt.text(max(time), 0.65 * min(-settle),
color='r', horizontalalignment='right', color='r', horizontalalignment='right',
verticalalignment='top', fontsize='12', bbox=mybox) verticalalignment='top', fontsize='12', bbox=mybox)
# 그래프 제목 표시 # 그래프 제목 표시
plt.title(filename + ": up to %i percent data used in the final step" % final_step_predict_percent) plt.title(filename + ": up to %i percent data used in the final step" % final_step_predict_percent)
@ -459,6 +458,5 @@ plt.title(filename + ": up to %i percent data used in the final step" % final_st
plt.savefig(filename +' %i percent (SVG).svg' %final_step_predict_percent, dpi=300) plt.savefig(filename +' %i percent (SVG).svg' %final_step_predict_percent, dpi=300)
plt.savefig(filename +' %i percent (PNG).png' %final_step_predict_percent, dpi=300) plt.savefig(filename +' %i percent (PNG).png' %final_step_predict_percent, dpi=300)
# 그래프 출력 # 그래프 출력
plt.show() plt.show()