代码搜索:predict

找到约 2,271 项符合「predict」的源代码

代码结果 2,271
www.eeworm.com/read/476296/6765153

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
www.eeworm.com/read/476296/6765182

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/474600/6813436

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/471381/6892026

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/293220/8307111

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Predict.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
www.eeworm.com/read/249499/12491085

r msc.r

### msc.R: Multiplicative scatter/signal correction ### ### $Id: msc.R 2 2005-03-29 14:31:42Z $ msc
www.eeworm.com/read/249499/12491159

rd msc.rd

%% $Id: msc.Rd 99 2006-10-04 10:54:35Z bhm $ \encoding{latin1} \name{msc} \alias{msc} \alias{predict.msc} \alias{makepredictcall.msc} \title{Multiplicative Scatter Correction} \description{ Performs
www.eeworm.com/read/237459/13948532

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(); //显示FIRST集 void s
www.eeworm.com/read/236062/14034072

anindex

biplot.mvr biplot.mvr coef.mvr coef.mvr coefplot coefplot compnames coef.mvr corrplot scoreplot crossval crossval cvsegments cvsegments delete.intercept delete.intercept explvar coef.mvr fitt
www.eeworm.com/read/236062/14034107

html msc.html

R: Multiplicative Scatter Correction