Community Profile

photo

mahendra


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers