blender help

is it feasible to show working of k-means algorithm in blender?
i m new to blender and not getting how exactly to show k-means algorithm?

I’m pretty sure you’d have to get into python scripting, write your algorithm, and then get blender to draw a graphic displaying the results. sounds doable but might not be the easiest way to do what you want. how about making graphs in a spreadsheet. probably a lot easier. any way you do it I think you have to code your algorithm
I guess in blender you could make it display the results changing as the algorithm runs, that might look cool