Community Profile

photo

Apurva Jariwala


Active since 2019

Followers: 0   Following: 0

Statistics

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

nästan 5 år 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)...

ungefär 5 år 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...

ungefär 5 år 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)...

ungefär 5 år 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

ungefär 5 år 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...

ungefär 5 år 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...

ungefär 5 år ago | 1 answer | 0

1

answer