i6_core.lda.estimate

class i6_core.lda.estimate.EstimateLDAMatrixJob(*args, **kwargs)
cleanup_before_run(*args)
classmethod create_config(crp, between_class_scatter_matrix, within_class_scatter_matrix, reduced_dimension, eigenvalue_problem_config, generalized_eigenvalue_problem_config, extra_config, extra_post_config)
create_files()
classmethod hash(kwargs)
Parameters:

parsed_args (dict[str]) –

Returns:

hash for job given the arguments

Return type:

str

run()
tasks()
Returns:

yields Task’s

Return type:

list[sisyphus.task.Task]

class i6_core.lda.estimate.EstimateScatterMatricesJob(*args, **kwargs)
accumulate(task_id)
cleanup_before_run(cmd, retry, *args)
classmethod create_accumulate_config(crp, alignment_flow, extra_config_accumulate, extra_post_config_accumulate, **kwargs)
classmethod create_estimate_config(crp, extra_config_estimate, extra_post_config_estimate, **kwargs)
create_files()
classmethod create_merge_config(crp, extra_config_merge, extra_post_config_merge, **kwargs)
classmethod hash(kwargs)
Parameters:

parsed_args (dict[str]) –

Returns:

hash for job given the arguments

Return type:

str

merge()
tasks()
Returns:

yields Task’s

Return type:

list[sisyphus.task.Task]