@@ -75,10 +75,10 @@ flowchart TB
7575 comp_control_method[/"<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#component-type-control-method'>Control method</a>"/]
7676 comp_method[/"<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#component-type-method'>Method</a>"/]
7777 comp_metric[/"<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#component-type-metric'>Metric</a>"/]
78- comp_process_embedding[/"<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#component-type-data-processor'>Data processor </a>"/]
78+ comp_process_embedding[/"<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#component-type-process-embedding'>Process embedding </a>"/]
7979 file_embedding("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-embedding'>Embedding</a>")
8080 file_score("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-score'>Score</a>")
81- file_processed_embedding("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-embedding'>Embedding</a>")
81+ file_processed_embedding("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-processed- embedding'>Processed Embedding</a>")
8282 file_common_dataset---comp_process_dataset
8383 comp_process_dataset-->file_dataset
8484 comp_process_dataset-->file_solution
@@ -275,7 +275,7 @@ Arguments:
275275
276276</div >
277277
278- ## Component type: Data processor
278+ ## Component type: Process embedding
279279
280280A dimensionality reduction embedding processor.
281281
@@ -351,7 +351,7 @@ Data structure:
351351
352352</div >
353353
354- ## File format: Embedding
354+ ## File format: Processed Embedding
355355
356356A dataset with dimensionality reduction embedding that has been
357357processed to add information required by metrics.
0 commit comments