I am looking for advice of how to relate multiple objects in space. I have a set of N objects. Each of the N objects are surrounded by varying object types in the environment which are in the range A to Z, that is, 26 different types of objects. Furthermore, these surrounding objects in the environment can occur many times (e.g. A can occur 10 times whereas B may only occur once). Because its 2D space I can calculate the distance from each object in the set N to each surrounding object in the environment. Is there a way I can associate or find the best combination of surrounding objects which I can use to characterize the possible occurrence of objects in set N?

Similar questions and discussions