統計
MATLAB Answers
5 質問
0 回答
ランク
of 154,433
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Can i get code for character recognition using decision tree?
I'm doing project in text recognition using k-nn and decision tree.I don't have idea about decision tree.Please do help me
8年以上 前 | 1 件の回答 | 0
1
回答質問
How to get rid of the error: Error using horzcat. Dimensions of matrices being concatenated are not consistent.
I'm segmenting line from a document image using the following code. I want to store the segmented line in a folder from where i ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
How to train a group of images using KNN classifier?
I have to detect text from an image for that I should first train the system using KNN.How to do training in matlab using KNN?Wh...
8年以上 前 | 1 件の回答 | 0
1
回答質問
can someone explain this code?
function outClass = bayesien(sample, TRAIN, group, K, distance,rule) bioinfochecknargin(nargin,3,mfilename) [gindex,...
8年以上 前 | 0 件の回答 | 0
0
回答質問
How to convert a .mat file into a .csv file?
I have a .mat file loaded in workspace. I want to convert it into .csv file. FileData = load('Trainset.mat'); csvwrite('F...
8年以上 前 | 3 件の回答 | 0