Module epiclass.utils.analyze_metadata

Analyze metadata content.

Functions

def compute_coherence_on_all(meta: Metadata)

Compute coherence on all metadata categories.

def create_json_from_md5_list(md5_list: pathlib.Path, metadata: Metadata)

Save json with metadata from selected signals.

def main()

Main function.

def test_generic_classifiers(my_metadata: Metadata)

Multiple tests to understand how much correct answers you could get from statistical derivations, without making any assumptions about the actual data.

def two_step_long_analysis(my_metadata: Metadata, category1: str, category2: str)

Analyze impact of two-step filtering on metadata content with verbose prints.

def two_step_table_analysis(my_metadata: Metadata, category1: str, category2: str)

Analyze impact of two-step filtering on metadata content. Produces a table..