Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/patent_set_expansion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
" \"\"\"\n",
" return [\n",
" core_point for core_point in core_points_list\n",
" if shared_nearest_neighbors[point][core_point] >= eps\n",
" if shared_nearest_neighbors[p][core_point] >= eps\n",
" ]\n",
"\n",
"\n",
Expand Down Expand Up @@ -1330,4 +1330,4 @@
]
}
]
}
}