代码搜索:Classifier
找到约 4,824 项符合「Classifier」的源代码
代码结果 4,824
www.eeworm.com/read/374698/9388905
m roc.m
function [AREA,SE,RESULT_S,FPR_ROC,TPR_ROC,TNa,TPa,FNa,FPa]=roc(RESULT,CLASS,fig)
% Receiver Operating Characteristic (ROC) curve of a binary classifier
%
% >> [area, se, deltab, oneMinusSpec, sen
www.eeworm.com/read/373632/9445425
var knn.var
knn.var package:knnTree R Documentation
_K-_N_e_a_r_e_s_t _N_e_i_g_h_b_o_r _C_l_a_s_s_i_f_i_c_a_t_i_o_n _W_i_t_h _V_a_r_i_a_b_l_
www.eeworm.com/read/373628/9445606
margin
margin package:randomForest R Documentation
_M_a_r_g_i_n_s _o_f _r_a_n_d_o_m_F_o_r_e_s_t _C_l_a_s_s_i_f_i_e_r
_D_e_s_c_r_i_p_t_i_
www.eeworm.com/read/360995/10069851
m dd_fp.m
function e = dd_fp(w,z,err)
%DD_FP
%
% E = DD_FP(W,Z,ERR)
%
% Change the threshold of a (trained) classifier W, such that the error
% on the target class (the fraction false negative) is set to ERR
www.eeworm.com/read/360995/10070092
m multic.m
%MULTIC Make a multi-class classifier
%
% W = MULTIC(A,V)
%
% Train the (untrained!) one-class classifier V on each of the classes
% in A, and combine it to a multi-class classifier W. If an object
www.eeworm.com/read/360995/10070170
m p_map.m
%PARZEN_MAP Map a dataset on a Parzen densities based classifier
%
% F = p_map(A,W)
%
% Maps the dataset A by the Parzen density based classfier W. It
% outputs just the raw class probabilities (i.
www.eeworm.com/read/360995/10070201
m optim_auc.m
function [w,optval] = optim_auc(x,wname,fracrej,range,nrbags,varargin)
%OPTIM_AUC Optimize hyperparameters for an OCC
%
% W = OPTIM_AUC(X,WNAME,FRACREJ,RANGE,NRBAGS,VARARGIN)
%
% Optimize the AUC-p
www.eeworm.com/read/360895/10072688
m roc.m
function [AREA,SE,RESULT_S,FPR_ROC,TPR_ROC,TNa,TPa,FNa,FPa]=roc(RESULT,CLASS,fig)
% Receiver Operating Characteristic (ROC) curve of a binary classifier
%
% >> [area, se, deltab, oneMinusSpec, sen
www.eeworm.com/read/281002/10273124
c bci.c
/*----------------------------------------------------------------------
File : bci.c
Contents: naive and full Bayes classifier induction
Author : Christian Borgelt
History : 1998.12.08 fi
www.eeworm.com/read/281002/10273154
c fbayes.c
/*----------------------------------------------------------------------
File : fbayes.c
Contents: Full Bayes classifier management
Author : Christian Borgelt
History : 2000.11.26 file cre