Statistiques
3 Questions
0 Réponses
RANG
223 413
of 301 172
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 183
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 200
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
