Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class Histogram
히스토그램용 W&B 클래스입니다.
이 객체는 numpy의 histogram 함수와 동일한 방식으로 동작합니다 https://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram.html
속성:
bins([float]): 각 bins의 경계histogram([int]): 각 bin에 속하는 요소 수.
방법 Histogram.__init__
np.histogram 결과로부터 효율적으로 초기화합니다.