Skip to content
Advertisement

Tag: nearest-neighbor

Eliminate for loop when indexing into array

I have two arrays: vals has shape (N,m) where N is ~1 million, and m is 3. The values are floats I have another array indices with shape (N,4). All values in indices are row indices in vals. (Additionally, unlike the example here, every row of indices contains unique values.). I would like replace the following for loop when creating

Advertisement