代码搜索:Classifier

找到约 4,824 项符合「Classifier」的源代码

代码结果 4,824
www.eeworm.com/read/265028/6997202

m svmfwd.m

function [Y, Y1] = svmfwd(net, X) % SVMFWD - Forward propagation through Support Vector Machine classifier % % Y = SVMFWD(NET, X) % For a data structure NET, the matrix of vectors X is input in
www.eeworm.com/read/466801/7020861

m bayesgauss.m

function d = bayesgauss(X, CA, MA, P) %BAYESGAUSS Bayes classifier for Gaussian patterns. % D = BAYESGAUSS(X, CA, MA, P) computes the Bayes decision % functions of the n-dimensional patterns in
www.eeworm.com/read/299984/7140318

m quadrc.m

%QUADRC Quadratic Discriminant Classifier % % W = QUADRC(A,R,S) % % INPUT % A Dataset % R,S 0
www.eeworm.com/read/460435/7250793

m quadrc.m

%QUADRC Quadratic Discriminant Classifier % % W = QUADRC(A,R,S) % % INPUT % A Dataset % R,S 0
www.eeworm.com/read/456384/7350125

m fda_train.m

function [WEIGHTS,INTERCEPT]=FDA_TRAIN(SAMPLES,LABELS); %Use the input data to train a Fisher linear classifier %USAGE: [WEIGHTS,INTERCEPT]=FDA_TRAIN(SAMPLES,LABELS) %INPUT: %SAMPLES is a matrix f
www.eeworm.com/read/450608/7480380

m quadrc.m

%QUADRC Quadratic Discriminant Classifier % % W = QUADRC(A,R,S) % % INPUT % A Dataset % R,S 0
www.eeworm.com/read/441245/7673007

m quadrc.m

%QUADRC Quadratic Discriminant Classifier % % W = QUADRC(A,R,S) % % INPUT % A Dataset % R,S 0
www.eeworm.com/read/439468/7708199

m mil_train_test_simple.m

function run = MIL_Train_Test_Simple(bags, trainindex, testindex, classifier) global preprocess; clear run; % The statistics of dataset %num_class = length(preprocess.ClassSet); %class_set =
www.eeworm.com/read/299459/7850169

m contents.m

% Quadratic discriminant function and data mapping. % % lin2quad - Merges linear rule and quadratic mapping. % qmap - Quadratic data mapping. % quadclass - Quadratic classifier. % % About: St
www.eeworm.com/read/299459/7850688

m ocr_fun.m

function ocr_fun(data) % OCR_FUN Calls OCR classifier and displays result. % % Synopsis: % ocr_fun(data) % % Description: % This function classifies images of characters stored as columns % of th