photo

Apurva Jariwala


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
84,325
of 300,857

評判
0

コントリビューション
6 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 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)...

7年弱 前 | 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...

7年弱 前 | 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)...

7年弱 前 | 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

7年弱 前 | 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...

7年弱 前 | 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...

7年弱 前 | 1 件の回答 | 0

1

回答