提交 5d9473de 编写于 作者: W wangshuide2020

supplement the docstring of Histogram class.

上级 9a63a44d
...@@ -75,7 +75,10 @@ class Histogram: ...@@ -75,7 +75,10 @@ class Histogram:
Histogram data class. Histogram data class.
Args: Args:
buckets (tuple[Bucket]) buckets (tuple[Bucket]): The buckets of histogram data.
max_val (number): The max value of histogram data.
min_val (number): The min value of histogram data.
count (int): The count of histogram data.
""" """
# Max quantity of original buckets. # Max quantity of original buckets.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册