Skip to content

Commit 71321d2

Browse files
authored
Fix: introyt1_tutorial.py (#969)
line 292: trnasform -> transform
1 parent 2c22e1e commit 71321d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žbeginner_source/introyt/introyt1_tutorial.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def num_flat_features(self, x):
289289
# λŒ€λΆ€λΆ„μ˜ ν™œμ„±ν™” ν•¨μˆ˜λŠ” x = 0 λΆ€κ·Όμ—μ„œ κ°•ν•œ 기울기 값을 κ°€μ§€κ³  μžˆμ–΄ 데이터λ₯Ό
290290
# μ€‘μ•™μœΌλ‘œ μ§‘μ€‘ν™”ν•˜μ—¬ ν•™μŠ΅ 속도λ₯Ό 높일 수 μžˆμŠ΅λ‹ˆλ‹€.
291291
#
292-
# λ³€ν™˜(trnasform)에 μ „λ‹¬λ˜λŠ” 값듀은 각각 데이터셋에 μžˆλŠ” μ΄λ―Έμ§€λ“€μ˜ RGB 채널별
292+
# λ³€ν™˜(transform)에 μ „λ‹¬λ˜λŠ” 값듀은 각각 데이터셋에 μžˆλŠ” μ΄λ―Έμ§€λ“€μ˜ RGB 채널별
293293
# 평균값(mean)λ“€(첫번째 νŠœν”Œ)κ³Ό ν‘œμ€€νŽΈμ°¨(standard deviation)λ“€(λ‘λ²ˆμ§Έ νŠœν”Œ)μž…λ‹ˆλ‹€.
294294
# μ•„λž˜ λͺ‡ μ€„μ˜ μ½”λ“œλ₯Ό μ‹€ν–‰ν•˜μ—¬ 직접 이 값을 계산해 λ³Ό 수 μžˆμŠ΅λ‹ˆλ‹€:
295295
# ```

0 commit comments

Comments
Β (0)