Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions beginner_source/hta_trace_diff_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ TraceDiff 클래스의 메소드:
다음과 같은 상태의 연산자와 커널을 가져옵니다.
상태 예시:

#. **추가:** 실험군의 트레이스엔 추가되었고 대조군의 트레이스에는 없는 것
#. **추가:** 실험군의 트레이스에는 추가되었고 대조군의 트레이스에는 없는 것
#. **삭제:** 실험군의 트레이스에서 삭제되고 대조군의 트레이스에는 있는 것
#. **증가:** 실험군의에서 빈도가 증가하고 대조군의 트레이스에도 존재하는 것
#. **감소:** 실험군의에서 빈도가 감소하고 대조군의 트레이스에도 존재하는 것
#. **증가:** 실험군의 트레이스에서 빈도가 증가하고 대조군의 트레이스에도 존재하는 것
#. **감소:** 실험군의 트레이스에서 빈도가 감소하고 대조군의 트레이스에도 존재하는 것
#. **변경 안 됨:** 두 세트의 트레이스 간에 변화가 없는 것

* `visualize_counts_diff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html#hta.trace_diff.TraceDiff.visualize_counts_diff>`_
Expand Down