代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/145776/12703155
m pte1.m
%PTE1 Problem 3.2
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% s - deterministic part of signal to predict
% sigman - standard de
www.eeworm.com/read/245941/12770809
m compare.m
function [rp,rn,pn,pp,GMA,Fp,tp,tn,fp,fn]=compare(test,predict)
tp=0;fn=0;fp=0;tn=0;
for i=1:max(size(test))
if test(i)==1
if predict(i)==1
tp=tp+1;
else fn=fn+
www.eeworm.com/read/330872/12862839
cpp goalie.cpp
// Goalie.cpp: implementation of the CGoalie class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Goalie.h"
#include
#include
www.eeworm.com/read/243682/12925122
txt stata7.txt
/L20"Stata7" Line Comment = * Block Comment On = /* Block Comment Off = */ String Chars = " File Extensions = DO DCT ADO
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Statements"
about adjust
www.eeworm.com/read/329752/12935671
c forkdemo2.c
/* forkdemo2.c - shows how child processes pick up at the return
* from fork() and can execute any code they like,
* even fork(). Predict number of lines of output.
*/
www.eeworm.com/read/241361/13152354
c forkdemo2.c
/* forkdemo2.c - shows how child processes pick up at the return
* from fork() and can execute any code they like,
* even fork(). Predict number of lines of output.
*/
www.eeworm.com/read/138118/13259571
dsw mysvm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/138118/13259588
dsw learn.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/310621/13648612
m weaklearner.m
function [H,epsilon,R]=WeakLearner(X,Y,C,W,WLearner,Y_predict)
% Train weak classifiers for every feature and select the one that
% performs best i.e. correspondent ot the best feature to use for
www.eeworm.com/read/310199/13656178
dsw mysvm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################