This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 4f8f03c
authored
fix: label ensemble predictions as ENSEMBLE instead of COMMON_NEIGHBORS (#24)
Add ENSEMBLE value to Method enum and use it in predictEnsemble() for
both PredictedLink and PredictionResult construction. Previously, ensemble
predictions were incorrectly tagged as COMMON_NEIGHBORS, making it
impossible to distinguish them from actual common neighbor scores.
Fixes #231 parent f7e964c commit 4f8f03c
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
278 | | - | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
292 | | - | |
| 294 | + | |
293 | 295 | | |
294 | 296 | | |
295 | 297 | | |
| |||
0 commit comments