module documentation

This script is used to calculate the statistics of the dataset.

Internal use only.

Class Statistics Calculate the statistics of the dataset.
Function main Entrypoint.
Function print_statistics Print the statistics of the data.
def main(): (source)

Entrypoint.

def print_statistics(path: str, name: str): (source)

Print the statistics of the data.

Parameters
path:Pathpath of the json file.
name:strname of the dataset.