Module epiclass.utils.compute_pca

Compute PCA for some hardcoded datasets. (dataset selection done in .sh script)

Functions

def find_rows_with_same_values(arr, atol=1e-05) ‑> List[int]

Find rows in an array with all values close to the first value.

def main()

Run the main function.

def parse_arguments() ‑> argparse.Namespace

argument parser for command line