Skip to content

Commit

Permalink
Added comment for sort export
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph committed Nov 13, 2020
1 parent 966ca34 commit 9c30b60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions robics/robust_topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,15 @@ def export_model(self, model_id, sample_id, run_id):

def export_topic_sort_indices(self, model_id, sample_id, run_id):
""" Returns the sort indices for a specific model instance
Parameters
----------
model_id : int
The array index of the model.
sample_id : int
The array index of the sample within the selected model.
initialization_id : int
The array index of the initialization of respective sample and model.
"""

indices = self.models[model_id].topic_sorting_indices[sample_id][run_id]
Expand Down

0 comments on commit 9c30b60

Please sign in to comment.