src.main.main_clustering
Classes
- class src.main.main_clustering.MainClustering
- Author:
Alberto M. Esmoris Pena
Class handling the entry point for clustering tasks.
- static main(spec)
Entry point logic for clustering tasks.
- Parameters:
spec – Key-word specification.
- static extract_output_path(spec)
Extract the output path from the key-word specification.
- Parameters:
spec – The key-word specification.
- Returns:
Output path as string.
- Return type:
str