photo

Apurva Jariwala


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
234,570
of 300,392

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Can someone please guide me how to classify the poker hand dataset using SVM classifier?
I am trying to find which classification model works the best for poker hand dataset, I have tried Naive Baysian decision theory...

6 years ago | 0 answers | 0

0

answers

Answered
how to compare a vector with a column of a matrix?
Totalsamples = size(Petal_length,1); predictedclass=[]; for i=51:Totalsamples if Petal_length(i) < 4.8 && Petal_width(i)...

6 years ago | 0

| accepted

Question


how to compare a vector with a column of a matrix?
I designed a simple decision tree to work on the Iris data set, with two values for input: petal width and petal length, and one...

6 years ago | 1 answer | 0

1

answer

Question


how to compare non numerical values or character strings element-wise between a table and a one dimensional array ?
IrisD = readtable('irisdata.csv'); classes = categorical(IrisD{:,5}); Icats = categories(classes); setosa = IrisD((IrisD(:,5)...

6 years ago | 1 answer | 0

1

answer

Question


how to make a knn classifer using minkowski distance function
Need to make a knn classifer without using fitcknn for K = 3, 5, 7, that uses minkowski distance for the order of 1, 2 and 5

6 years ago | 0 answers | 0

0

answers

Question


how to create and store a matrix from a dataset comprising of certain rows from the dataset.
Need to create a matrix from a dataset that selects certain rows depending on whether a given condition is fulfilled. For eg, fr...

6 years ago | 1 answer | 0

1

answer

Question


saving a .csv file with text values as a .mat file
I tried using csvread, but it only accepts csv files with numeric values. I want to convert a csv file e.g. fisheriris.csv to .m...

6 years ago | 1 answer | 0

1

answer