Feeds
提问
i have species stored in an array and i have another column matrix in which labels are stored i have to classify them based on their index
Indices=char('Phlox','rose','calendula','iris','leucanthenum_maximum','bellflower','viola','rudbeckia','peony','aquilegia'); ...
8 years 前 | 0 个回答 | 0
0
个回答提问
i am working on a project where i have take texture feature from read flower images and classify and display their species names.
i have extracted texture feature and stored in an array whose size is 210*4; where 4 features are taken. i have csv file which ...
8 years 前 | 1 个回答 | 0
1
个回答提问
i have come across an error while calculating euclidean distance error:Matrix dimensions must agree.
z = zeros(maxrow,maxcol); for q=1:maxcol z(:,q) = sum(temp(q,:)-c(q,:).^2); end (where maxrow=210,maxcol...
8 years 前 | 1 个回答 | 0
1
个回答提问
I am working on a project where I have extraced haralick features of the image now I have to classify those images using euclidean distance .
So can anyone send k means clustering code Thank you
8 years 前 | 0 个回答 | 0
0
个回答已回答
joining two columns in a way of row by row
a = [1,2,3,4,5]; b = [6,7,8,9,10]; c = [a(:) b(:)] c = 1 6 2 7 3 8 4 9 5 10...
joining two columns in a way of row by row
a = [1,2,3,4,5]; b = [6,7,8,9,10]; c = [a(:) b(:)] c = 1 6 2 7 3 8 4 9 5 10...
8 years 前 | 0
提问
how to store elements from 2 arrays into another array?
ex: a=[1,2,3,4,5]; b=[6,7,8,9,10]; i want in a new array in 1st row as 1,6 2nd row 2,7 and so on. how do i do it in matlab?...
8 years 前 | 1 个回答 | 0
1
个回答提问
i am working on a project where i have to classify the images based on their haralick features.
in my project i am concentrating on energy , entropy,contrast ,correlation and homogeneity. how do i classify images using eucli...
8 years 前 | 0 个回答 | 0

