bayes分类器 Resources

Showing items tagged with "bayes分类器"

This MATLAB source code suite for offline handwritten character recognition includes feature extraction, Bayes classifier, K-nearest neighbor classification, and nearest neighbor classification. Key files: TestScriptRecognition.m (main test script), ScriptFeaExtract.m (feature extraction implementation), KNearestEstimate.m (K-nearest neighbor algorithm), NearestEstimate.m (nearest neighbor classifier), BayesTrain.m (Bayes classifier training), Bayes.m (Bayes classifier testing), CrossValidate.m (m-fold cross validation).

MATLAB 229 views Tagged