covartech / PRT

Pattern Recognition Toolbox for MATLAB
http://covartech.github.io/
MIT License
144 stars 70 forks source link

cluster plotting is broken #13

Closed peterTorrione closed 11 years ago

peterTorrione commented 11 years ago

k = prtClusterKmeans('nClusters',4); k = train(k,prtDataGenBimodal);

plot(k)

That does not look correct to me

kennethmorton commented 11 years ago

On it. I know the issue. It's my fault. It involves internal deciders.

kennethmorton commented 11 years ago

Fixed it.