rshchekotov / whats-this

Text Classification Tool
GNU General Public License v3.0
1 stars 0 forks source link

Compare vector to vector clouds #2

Closed Madcap3000 closed 1 year ago

Madcap3000 commented 1 year ago

Compare given vector to each vector in vector cloud and calculate the closes vector.

(alternative) - create n-dimentional figure using points in the vector cloud, and calculate the closest distance to the edge of the vector clouds

Madcap3000 commented 1 year ago

added simple algorithm to find closest distance to a point in the cloud using euclidian/manhattan distances