I am trying to implement a SOM (self-organizing map) in anaconda 2, and my operating system is windows 10. After pouring iris dataset in, I got a array as following:
matrix([[ 3., 6., 4., 0., 10.],
[ 1., 9., 4., 18., 13.],
[ 5., 6., 4., 1., 0.],
[ 5., 5., 6., 3., 3.],
[ 19., 9., 6., 5., 5.]])
and i want to plot a chart looks like:
I've tried any way i can find, please talk me how to do it.