def get_distances(self): distances = pairwise_distances(self.query_feats,self.db_feats,self.dist_type, n_jobs=-1) return distances