
To compile :

	g++ -o getAverageLinkHCFromGraphFile getAverageLinkHCFromGraphFile.cpp

to execute:

	./getAverageLinkHCFromGraphFile input_file.txt (affinity graph)  output_file.txt (dendrogram)

./getAffinityGraphFromDistanceMatrix distanceMatrix_input_file.bin affinities_graph_output_file.txt maximumDistance(threshold)
