Pattern recognition
Content
1. Task Formulation
The program describes 3 classes, each of which is represented by 3 objects. Other objects written in arrays are given as input. It is necessary to recognize which element is displayed in the input arrays to which element the distance is closer.
2. The solution of the problem
For a Python solution, you can visit my repository.