photo

Tuffahatul Ummah


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
38,164
of 300,853

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

1

个回答