Skip to content

Commit bada1df

Browse files
committed
Revert kNN arguments
1 parent 3ebb7a5 commit bada1df

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PopPUNK/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,9 +1218,6 @@ def fit(self, X):
12181218
num_threads=self.threads),
12191219
kNN=search_depth,
12201220
dist_col=self.dist_col,
1221-
reciprocal_only = self.reciprocal_only,
1222-
count_unique_distances = self.count_unique_distances,
1223-
epsilon = self.resolution,
12241221
num_threads=self.threads
12251222
)
12261223
self.__save_sparse__(data, row, col, search_depth, sample_size, X.dtype,

0 commit comments

Comments
 (0)