photo

Ahmad Obeid


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Electrical engineer specializing in signal processing. Currently doing Msc

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

1 File

RANK
3,176
of 300,553

REPUTATION
18

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
17,803 of 21,024

REPUTATION
3

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
34

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Submission
  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Submitted


libSVMtxt()
This function can be used to transform your data into a form compatible with libSVM, or any other library with a similar dataset...

6 years ago | 1 download |

0.0 / 5
Thumbnail

Answered
How to apply majority voting for classification ensemble in Matlab?
I don't think that there's an existing function that does that for you, so you have to build your own. Here is a suggested metho...

6 years ago | 5

| accepted

Answered
Feature Selection in TreeBagger
The default setting in TreeBagger for the number of features to sample from the original set of features is ceil(sqrt()). Why t...

6 years ago | 0

| accepted