代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/471592/6885989
c prune.c
/*************************************************************************/
/* */
/* Prune a decision tree and predict its error rate */
/* ------------------------------------------------
www.eeworm.com/read/192735/8289348
c prune.c
/*************************************************************************/
/* */
/* Prune a decision tree and predict its error rate */
/* -------------------------------------------
www.eeworm.com/read/393052/8314297
m nis.m
%***************************************************************
%***** one predict stage corresponds one update. **********
%***************************************************************
www.eeworm.com/read/238296/13897403
cpp prune.cpp
/*************************************************************************/
/* */
/* Prune a decision tree and predict its error rate */
/* ----------------------------------------------
www.eeworm.com/read/380183/9158304
m f_get_xp.m
function [x_rt,p_rt,d_rt]=f_get_xp(M,t,matrix,a,p,mes_total,measurement,r)
x_rt=[];
p_rt=[];
d_rt=0;%该假设整个统计距离
temp1=zeros(3,3);
for k=1:M
index=sum(mes_total(1:k-1))+matrix(k);
www.eeworm.com/read/457301/7328239
m naivebayes.m
function [predict, accuracy] = NaiveBayes(Train, Test)
%Input: Training set and testing set, each row represents a instance, last column is label( begins from zero)
%Output:predict label by NaiveBay
www.eeworm.com/read/149679/5698071
c h263mb.c
/******************************************************************************
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license
www.eeworm.com/read/138104/5817419
extra entries.extra
/LibTIFF.dsp////
/Makefile.in////
/files.lst////
/libtiff.def////
/tif_config.h////
/tif_config.h.in////
/tif_config.h.vc////
/tif_dumpmode.c////
/tif_error.c////
/tif_extension.c////
/tif_f
www.eeworm.com/read/138104/5817421
old entries.extra.old
/LibTIFF.dsp////
/Makefile.in////
/files.lst////
/libtiff.def////
/tif_config.h////
/tif_config.h.in////
/tif_config.h.vc////
/tif_dumpmode.c////
/tif_error.c////
/tif_extension.c////
/tif_f
www.eeworm.com/read/400947/11566686
m f_get_xp.m
function [x_rt,p_rt,d_rt]=f_get_xp(M,t,matrix,a,p,mes_total,measurement,r)
x_rt=[];
p_rt=[];
d_rt=0;%该假设整个统计距离
temp1=zeros(3,3);
for k=1:M
index=sum(mes_total(1:k-1))+matrix(k);