We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a3b4ed + 3374057 commit c338b38Copy full SHA for c338b38
Orange/widgets/data/owneighbors.py
@@ -132,6 +132,7 @@ def commit(self):
132
neighbors = None
133
else:
134
neighbors = self._data_with_similarity(indices)
135
+ neighbors.name = self.data.name + " (neighbors)"
136
self.Outputs.data.send(neighbors)
137
138
def _compute_indices(self):
i18n/si/msgs.jaml
@@ -6604,6 +6604,8 @@ widgets/data/owneighbors.py:
6604
n_neighbors: false
6605
Limit number of neighbors to:: Omeji število sosedov na:
6606
limit_neighbors: false
6607
+ def `commit`:
6608
+ ' (neighbors)': ' (sosedi)'
6609
def `_data_with_similarity`:
6610
distance: false
6611
__main__: false
0 commit comments