代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/411671/11234305

m predict.m

function predict (v,g,Q,WB,dt) global XX PX XX = [XX; v; g]; PX = blkdiag(PX, Q); [XX,PX] = unscented_transform(@vehiclemod, @vehiclediff, XX, PX, WB,dt); % function x = vehiclemod(x, WB
www.eeworm.com/read/411670/11234330

m predict.m

function predict (v,g,Q,WB,dt) %function predict (v,g,Q,WB,dt) % % Inputs: % v, g - control inputs: velocity and gamma (steer angle) % Q - covariance matrix for velocity and gamma % WB - v
www.eeworm.com/read/247486/12657695

cpp predict.cpp

#include #include #include #include "globals.h" #include "example_set.h" #include "svm_c.h" #include "svm_nu.h" #include "parameters.h" #include "kernel.h" #
www.eeworm.com/read/238116/13905389

gif predict.gif

www.eeworm.com/read/238032/13910801

m predict.m

www.eeworm.com/read/235612/14060679

m predict.m

function prfilt=predict(trin,nop,nlag,stab) % prfilt= predict(trin,nop,nlag,stab) % prfilt= predict(trin,nop,nlag) % prfilt= predict(trin,nop) % % PREDICT returns the nop long Wiener prediction
www.eeworm.com/read/205038/15328024

html predict.html

Simple nonlinear prediction Simple nonlinear prediction predict -d# -m# [-r# | -v#] [-s
www.eeworm.com/read/205038/15328714

f predict.f

www.eeworm.com/read/201218/15413203

m predict.m

function prediction = predict(model,Xt,n, simfct, args) % Iterative prediction of a trained LS-SVM NARX model (in recurrent mode) % % >> Yp = predict({Xw,Yw,type,gam,sig2}, Xt, nb) % >> Yp = predict
www.eeworm.com/read/201218/15413220

asv predict.asv

function prediction = predict(model,Xt,n, simfct, args) % Iterative prediction of a trained LS-SVM NARX model (in recurrent mode) % % >> Yp = predict({Xw,Yw,type,gam,sig2}, Xt, nb) % >> Yp = predict