Skip to content

Commit 22e912b

Browse files
fixup
Co-authored-by: jjaderberg <jonatan.jaderberg@gmail.com>
1 parent b63e7a0 commit 22e912b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algo/src/main/java/org/neo4j/gds/similarity/filteredknn/FilteredKnn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Filtered KNN is the same as ordinary KNN, _but_ we allow users to regulate final output in two ways.
3434
*
35-
* Firstly, we enable source node filtering, meaning reported results are limited nodes from a certain set.
35+
* Firstly, we enable source node filtering, meaning reported results are limited to nodes from a certain set.
3636
*
3737
* Secondly, we enable target node filtering in the sense that every result will be from a certain set of nodes.
3838
*

0 commit comments

Comments
 (0)