Feeds
提问
How to label a matrix
I have following code, I wanna give label to a matrix with 1 or -1 based on the type. I know it will give an error "Subscript i...
9 years 前 | 1 个回答 | 0
1
个回答提问
END or colon can only be used to index arrays
I built a GUI, and made a function named training. I load my databasetraining which has two variables in it, C sized 144x300 and...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to write multiple images into a folder
I have this code [parentFolder deepestFolder] = fileparts('24x24'); output_folder = 'E:\Bismillah Wisuda 115\progress TA...
9 years 前 | 2 个回答 | 1
2
个回答提问
CART as weak learner in Adaboost
Is it possible to use CART (my weak learner in adaboost) to train a large data? My data set (feature vector) D X N is 8100 x 80,...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to combine mat file
I have two mat files named databaseA.mat and datalabelB.mat which have different sizes, databaseA.mat is 8100 x 80 double and da...
9 years 前 | 1 个回答 | 0
1
个回答提问
Adaboost: Help on matlab code error
function [tree_node_left, tree_node_right, split_error] = ... do_learn_nu(tree_node, dataset, labels, weights, papa) t...
9 years 前 | 0 个回答 | 0
0
个回答提问
how to save matrix in a loop which size are different and changing?
if jenis == 1 positif(1, 1:numel(feature))=feature(:); % Store feature in row #1 of positif else negatif(1, 1:numel(featu...
9 years 前 | 0 个回答 | 0
0
个回答提问
how to save matrix in a loop which size are changing?
if jenis == 1 for k = 1; positif(k,:)=feature(:); k = k+ 1; end else for j = 1; negatif...
9 years 前 | 1 个回答 | 0
