Feeds
提问
k-means clustering algorithm
For the data set shown below, execute the k-means clustering algorithm with k=2 till convergence. You should declare convergence...
9 years 前 | 1 个回答 | 0
1
个回答提问
the intersection(s) of the non-linear equation that are given as and using Graphical Method and Scanning. Assume 1.5≤x≤2.5 and take the increment as 0.005
for x=1.5:.005 :2.5; y1=exp(x); y2=(x^3); plot(x,y1,'g-') plot(x,y2,'r+') grid on; h...
10 years 前 | 0 个回答 | 0