Does anyone know how to write K-Means algorithm in VB.net ?
I have some data saved in MS Access to record the time and tempertature of a tube, and now I need to use the clustering method K-means to analyse the data and find the most frequent temperature for each time, does anyone know how to write the algorithm here?