Feeds
提问
CDOM and EDOM algorithm
I need Centroid based dissociation object model (CDOM) or extrema based dissociation object model (EDOM) algorithm
6 years 前 | 0 个回答 | 0
0
个回答提问
Principal Component Analysis PCA
I need to use PCA for features selection. Foe example if the number of features = 300 the result by PCA = 15. I used PCA comman...
7 years 前 | 2 个回答 | 0
2
个回答提问
SVM and KNN for image classification
I work in image classification by extracting the features from the images (for example 1000 images in the group consist of 5 cla...
8 years 前 | 2 个回答 | 0
2
个回答提问
How can I convert matlab file into arff file
I have matlab file how can I convert it into arff file
8 years 前 | 1 个回答 | 0
1
个回答提问
Applying LBP on the image
The maximum value in the LBP array = 2^8 =265 so I apply uint8 on the LBP operation on the image, then I apply the histogram ...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to write cell array of matab into a csv file
I have matlab file consist of many columns of numbers and last column is characters in cell array I want to convert cell array i...
8 years 前 | 1 个回答 | 0
1
个回答已回答
i want to change the result in the following code that instead of result 1 2 3 4 5 give me a b c d e
I want vector, its size 2000 the values in this vector from 1 to 400 is (a) and from 401 to 800 is (b) and from 801 to 1200 is (...
i want to change the result in the following code that instead of result 1 2 3 4 5 give me a b c d e
I want vector, its size 2000 the values in this vector from 1 to 400 is (a) and from 401 to 800 is (b) and from 801 to 1200 is (...
8 years 前 | 0
提问
i want to change the result in the following code that instead of result 1 2 3 4 5 give me a b c d e
for ii=1:(2000) if ii>=1 && ii<=(400) c(1,ii)=1; else if ii >=(401) && ii<=(800) c(1,ii)=2; ...
8 years 前 | 3 个回答 | 0