Community Profile

photo

Apurva Jariwala


自 2019 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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)...

5 years 前 | 0

| 已接受

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答