hello All

I am working on the implementation of Average Linkage Algorithm using C#.The data set will be taken from excel file,i know how to import data from an excel file but how would I do the average linkage algorithm using C#?

thanks