photo

mahendra


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
70.511
of 301.237

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 21.206

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.611

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to average 5 RGB images ?
a,b,c,d,e --------------- 5 rgb image matrix. sum = a+b+c+d+e; average = sum./5; *_average image has same dimen...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


DATA = {3 6 'three';21 3 'three';5 20 'five';4 6 'two';8 12 'two';9 18 'three';20 25 'five';30 15 'three';24 16 'two';10 5 'five';3 33 'three'};
*_Classify given DATA in GROUP 'two','three' and 'five' using SVM ._* How to classify given DATA in given GROUP ? pl...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


please help me to classify data in three group using SVM .
load fisheriris data = [meas(:,1), meas(:,2)]; groups = ismember(species,'setosa'); % create a new col...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten