代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/139485/13154218
nbc ex.nbc
/*----------------------------------------------------------------------
domains
----------------------------------------------------------------------*/
dom(X) = ZZ;
dom(Y) = ZZ;
dom(C) = { a, b };
www.eeworm.com/read/324303/13273697
m bay_modoutclass.m
function [Pplus, Pmin, bay,model] = bay_modoutClass(model,X,priorpos,type,nb,bay)
% Estimate the posterior class probabilities of a binary classifier using Bayesian inference
%
% >> [Ppos, Pneg] = bay
www.eeworm.com/read/324303/13273705
asv ls_svm2.asv
% 支持向量机最小二乘算法(LS-SVM)--可用于分类和回归???
% function [ output_args ] = SvmLs( input_args )
clc
clear
close all
m = 4; % 样本维数
TrainSample = [1+rand(m,5),2+rand(m,5),3+rand(m,5),4+rand(m,5)];
TrainTa
www.eeworm.com/read/324303/13273773
m code.m
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/324303/13273903
asv code.asv
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/137160/13341849
m perlc.m
% PERLC - Train a linear perceptron classifier
%
% W = PERLC(A)
% W = PERLC(A,MAXITER,ETA,W0)
%
% INPUT
% A Training dataset
% MAXITER Maximum number of iterations (default 100)
% E
www.eeworm.com/read/137160/13342322
m prex_mcplot.m
%PREX-MCPLOT PRTools example on a multi-class classifier plot
help prex_mcplot
echo on
gridsize(100)
% Generate twice normally distributed 2-class data in 2D
a = +gendath([20,20]); %
www.eeworm.com/read/137160/13342343
m prex_cost.m
%PREX_COST PRTools example on cost matrices and rejection
%
% Prtools example code to show the use of cost matrices and how
% to introduce a reject class.
help prex_cost
echo on
% Gen
www.eeworm.com/read/137160/13342370
m prex_combining.m
%PREX_COMBINING PRTools example on classifier combining
%
% Presents the use of various fixed combiners for some
% classifiers on the 'difficult data'.
%
help prex_combining
echo on
www.eeworm.com/read/137160/13342506
m isclassifier.m
%ISCLASSIFIER Test on normed classifier
%
% I = ISCLASSIFIER(W)
% ISCLASSIFIER(W)
%
% A mapping W is a classifier if its OUT_CONV field is larger
% than zero. In that case confidences will be r