java - Plot Experimental Data Distribution -


i'm working on clustering task , i've built dataset similarity matrix m, repeating n times clustering algorithm , chosing element m_{ij} the number of times elements , j have been on same cluster, divided n.

now i'd have graphical way check results, wondering if there library that, given array of doubles ( aka values in upper triangular part of matrix ), plots data distribution , histogram ? doubles in [0,1] interval, , of around 0 , 1 .

for plotting, best programming language know matlab. if have chance, suggest matlab.

write results txt file , insert matlab, can play numbers , plottings no effort


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -