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년 초과 전 | 답변 수: 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년 전 | 답변 수: 0 | 0