Click here to Skip to main content
16,019,349 members

Comments by neveen neveen (Top 48 by date)

neveen neveen 25-Mar-20 12:18pm View    
What about the data of each one !? this is my problem ): I don't know how can print there data that refer to each cluster according to my code!
neveen neveen 25-Mar-20 12:10pm View    
What about the data of each one !? this is my problem ): I don't know how can print the data that refer to each cluster according to my code!
neveen neveen 25-Mar-20 11:54am View    
Ok, I want to get the data that is drew and colored according to this line and other lines plt.scatter(points[y_hc==0,0], points[y_hc==0,1],s=100,c='cyan'), according this code these numbers(1,2,4) are in one cluster and have the same color and (0,3) are in cluster2, so, I need to print these data(data for each cluster) in terminal. this code is just drawing data.
neveen neveen 25-Mar-20 11:02am View    
No, this code just sketches the clusters according to the algorithm steps, so I need to print the value (according to the dataset) of each cluster
neveen neveen 9-Mar-20 7:12am View    
Yes thanks, I think the sql maybe the best, I will try it.
other question please, are there algorithms for big data (just integer values) compression?