photo

Basavaraja V


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
0 个回答

排名
111,634
of 300,392

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
38.46%

收到投票数
0

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,373

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Error using svm classifier
Error using svmtrain (line 274) SVMTRAIN only supports classification into two groups. GROUP contains 4 groups. Error in Cl...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to debugg below error, Below we have attached file.
Error using crossval>evalFun (line 480) The function '@(xtr,ytr,xte,yte)confusionmat(yte,classify(xte,xtr,ytr),'order',order)' ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to get 10 fold cross validation results.
If there is any way to get 10 confusion matrices or accuracy of the 10 fold cross validation for svm classifier.

7 years 前 | 1 个回答 | 0

1

个回答

提问


why below code takes longer time to execute, even with only one input image it takes longer time to execute.
We plan to use this code for 1000 images so it is very difficult to complete so any other way is there to do this.

7 years 前 | 1 个回答 | 0

1

个回答

提问


I have applied K- means cluster k=2 and I obtained each iteration and sum but I want standard deviation for each cluster in the iteration. Description is in Output file.
clear; clc; load('AgeEstimation.mat','DS'); [idx,ctrs] = kmeans(DS{1,1}',2,'Display','iter');

7 years 前 | 0 个回答 | 0

0

个回答

1

个回答

提问


X=56.8946e-03 I wanted X=56.9
We tried using sprintf('%.f',X) but it not the result what we expected.

7 years 前 | 0 个回答 | 0

0

个回答

1

个回答

提问


For each pixel in C, go to G and extract the whole component in G corresponding to pixels in C.below we attached C and G Images
<</matlabcentral/answers/uploaded_files/107027/C.PNG>> <</matlabcentral/answers/uploaded_files/107028/G.PNG>>

7 years 前 | 1 个回答 | 0

1

个回答