I'm not particularly well-educated in mathematics. I've been reading about the, 'curse of dimensionality,' and how distance metrics become meaningless in high-dimensional spaces.
I then thought: What if you treat each dimension in a high-dimensional vector as a 1D scalar, and find the vector with the nearest scalar value for the same dimension. Then, you add the index for this, 'single-dimension nearest neighbor,' to a new vector. You iterate through this process for every dimension in the vector and in the end, you define the nearest neighbor as the vector that appears most often in the vector of single-dimensional nearest neighbors.
Is this utter nonsense from a mathematical perspective? I have no idea how to even begin analyzing the efficacy of this mathematically.