代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/397106/8067521
bck classifier.mat.bck
www.eeworm.com/read/397106/8067607
m classifier_commands.m
% This is the "core" of the
%
%
function classifier_commands(command)
persistent Preprocessing_methods;
persistent Algorithms;
persistent Frameworks;
if (isempty(Preprocessing_methods) | isempty(Alg
www.eeworm.com/read/397099/8068797
m classifier_commands.m
function classifier_commands(command)
%This function processes events from the main (single-algorithm) GUI screen
persistent Preprocessing_methods;
persistent Algorithms;
if (isempty(Preproces
www.eeworm.com/read/245941/12770826
m classifier_commands.m
function classifier_commands(command)
%This function processes events from the main (single-algorithm) GUI screen
persistent Preprocessing_methods;
persistent Algorithms;
if (isempty(Preproces
www.eeworm.com/read/330850/12864833
m classifier_commands.m
function classifier_commands(command)
%This function processes events from the main (single-algorithm) GUI screen
persistent Preprocessing_methods;
persistent Algorithms;
if (isempty(Preproces
www.eeworm.com/read/323857/13312774
m bayes_classifier.m
function bayes_classifier(feature1,feature2,p1,p2);
%-----------------------------------------------------
% bayes_classifier(class1,class2,p1,p2);
% BAYES_CLASSIFIER function calculates the d
www.eeworm.com/read/317622/13500846
m classifier_commands.m
function classifier_commands(command)
%This function processes events from the main (single-algorithm) GUI screen
persistent Preprocessing_methods;
persistent Algorithms;
if (isempty(Preproces
www.eeworm.com/read/316604/13520421
m classifier_commands.m
function classifier_commands(command)
%This function processes events from the main (single-algorithm) GUI screen
persistent Preprocessing_methods;
persistent Algorithms;
if (isempty(Preproces
www.eeworm.com/read/315866/13535234
m build_classifier.m
function [CA,SV,b]=Build_classifier(Z_train, C_train,value_lambda,value_gamma)
% ____________________ INPUTS ____________________:
% Z_train is a matrix of training data,
www.eeworm.com/read/302503/13833617
m lms_classifier.m
function a = lms_classifier(feature1, feature2, theta, eta)
%-----------------------------------------------------
% a = lms_classifier(feature1, feature2, theta, eta)
% Function calculates the w