myb513 / DL-based-ABR-Heuristic-Algorithm-Design

<캡스톤디자인> heuristic ABR 기법 내 ai기법 기반 성능 향상 주제 연구를 위한 리포지토리입니다.
0 stars 0 forks source link

Test data simulation에서, 예측로직 변경 #16

Open myb513 opened 1 year ago

myb513 commented 1 year ago

기존 방법은

download_time = 청크 크기 / 조화평균 of [(직전화질 청크크기 / 직전 청크 다운로드 시간)]

이였다면,

download_time = 청크 크기 / model.predict() [최근 5개의 예측 결과물]

로 수정해야하겠다.

myb513 commented 1 year ago

이 방법은 discard 하겠습니다.