photo

Apurva Jariwala


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
1 Risposta

RANK
135.322
of 300.392

REPUTAZIONE
0

CONTRIBUTI
6 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

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

oltre 6 anni fa | 0

| accettato

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta