photo

Basavaraja V


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

13 Fragen
0 Antworten

RANG
116.393
of 297.503

REPUTATION
0

BEITRÄGE
13 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
38.46%

ERHALTENE STIMMEN
0

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)' ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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.

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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');

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

1

Antwort

Frage


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

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

1

Antwort

Frage


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>>

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort