代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/424190/10483700
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/424190/10483724
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/274347/10874599
h ll1_analyser.h
//LL1_Analyser.h
#pragma once
#include "Grammar.h"
using namespace std;
class LL1_Analyser
{
public:
LL1_Analyser(const Grammar &grammar);
~LL1_Analyser() {} ;
void show_first_set();
www.eeworm.com/read/461998/7213148
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/461998/7213153
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/448400/7533857
m nlms1.m
%NLMS1 Problem 3.3
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% s - deterministic part of signal to predict
% sigman - standard
www.eeworm.com/read/399996/7816680
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/399161/7885052
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/145776/12703068
m nlms1.m
%NLMS1 Problem 3.3
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% s - deterministic part of signal to predict
% sigman - standard
www.eeworm.com/read/145776/12703079
m se1.m
%SE1 Problem 3.1
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% s - deterministic part of signal to predict
% sigman - standard dev