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