i6_core.sat.clustering¶
- class i6_core.sat.clustering.BayesianInformationClusteringJob(*args, **kwargs)¶
Generate a coprus-key-map based on the Bayesian information criterion. Each concurrent is clustered independently.
- classmethod create_config(crp, feature_flow, extra_config, extra_post_config, **kwargs)¶
- create_files()¶
- classmethod create_flow(feature_flow, **kwargs)¶
- classmethod hash(kwargs)¶
- Parameters:
parsed_args (dict[str]) –
- Returns:
hash for job given the arguments
- Return type:
str
- merge()¶
- run(task_id)¶
- tasks()¶
- Returns:
yields Task’s
- Return type:
list[sisyphus.task.Task]