Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01c1e41

Browse files
author
Alena Rybakina
committed
There is no need to look for non-repeating neighbors
in the usual search for neighbors by fs and fss keys.So, we pass features to the neighbor matrix constructionfunction as NULL.
1 parent1787402 commit01c1e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ load_aqo_data(uint64 fs, int fss, OkNNrdata *data, List **reloids,
16481648
}
16491649

16501650
temp_data=_fill_knn_data(entry,reloids);
1651-
build_knn_matrix(data,temp_data,features);
1651+
build_knn_matrix(data,temp_data,NULL);
16521652
}
16531653
else
16541654
/* Iterate across all elements of the table. XXX: Maybe slow. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp