代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/178917/9382315
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 into
www.eeworm.com/read/374698/9388937
m deltablssvm.m
function model = deltablssvm(model,a1,a2)
% Bias term correction for the LS-SVM classifier
%
% >> model = deltablssvm(model, b_new)
%
% This function is only useful in the object oriented function
%
www.eeworm.com/read/175683/9536356
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 into
www.eeworm.com/read/175683/9536357
asv svmfwd.asv
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 into
www.eeworm.com/read/362246/10010000
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/362246/10010320
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
www.eeworm.com/read/360895/10072709
m deltablssvm.m
function model = deltablssvm(model,a1,a2)
% Bias term correction for the LS-SVM classifier
%
% >> model = deltablssvm(model, b_new)
%
% This function is only useful in the object oriented function
%
www.eeworm.com/read/359900/10116752
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/280595/10311650
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/280595/10312175
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