Statistics
5 Questions
0 Answers
RANK
265,045
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
can someone explain this code?
function outClass = bayesien(sample, TRAIN, group, K, distance,rule) bioinfochecknargin(nargin,3,mfilename) [gindex,...
8 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 3 answers | 0