We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d75ab1 commit 7093e05Copy full SHA for 7093e05
beginner_source/hta_trace_diff_tutorial.rst
@@ -20,10 +20,10 @@ TraceDiff 클래스의 메소드:
20
다음과 같은 상태의 연산자와 커널을 가져옵니다.
21
상태 예시:
22
23
- #. **추가:** 실험군의 트레이스엔 추가되었고 대조군의 트레이스에는 없는 것
+ #. **추가:** 실험군의 트레이스에는 추가되었고 대조군의 트레이스에는 없는 것
24
#. **삭제:** 실험군의 트레이스에서 삭제되고 대조군의 트레이스에는 있는 것
25
- #. **증가:** 실험군의에서 빈도가 증가하고 대조군의 트레이스에도 존재하는 것
26
- #. **감소:** 실험군의에서 빈도가 감소하고 대조군의 트레이스에도 존재하는 것
+ #. **증가:** 실험군의 트레이스에서 빈도가 증가하고 대조군의 트레이스에도 존재하는 것
+ #. **감소:** 실험군의 트레이스에서 빈도가 감소하고 대조군의 트레이스에도 존재하는 것
27
#. **변경 안 됨:** 두 세트의 트레이스 간에 변화가 없는 것
28
29
* `visualize_counts_diff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html#hta.trace_diff.TraceDiff.visualize_counts_diff>`_
0 commit comments