Browse Source

supplement the docstring of Histogram class.

tags/v0.6.0-beta
wangshuide2020 5 years ago
parent
commit
5d9473de6d
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      mindinsight/datavisual/data_transform/histogram.py

+ 4
- 1
mindinsight/datavisual/data_transform/histogram.py View File

@@ -75,7 +75,10 @@ class Histogram:
Histogram data class.

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.


Loading…
Cancel
Save