Commit fb346fc
fix: resolve TypeScript compilation errors across 19 files
- naive_bayes_ext5: fix possibly-undefined array mutations
- neighbors/nca: fix exactOptionalPropertyTypes for nComponents
- neighbors_ext13: remove duplicate nTrees getter and stray void member
- neighbors_ext2/5/7, quad_tree: fix array index access patterns
- nn_ext4/5/7/8/11, nn_utils: fix Float64Array types and index access
- pipeline/index: explicit named re-exports to resolve ambiguity
- random_proj_ext/random_projection_ext: fix function name references
- utils/arrayfuncs: add non-null assertions for index access
- utils/persistence: use bracket notation for index signature properties
- utils/random: fix array swap patterns
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 76476e0 commit fb346fc
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments