代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/119681/14824445

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/218499/14917709

cpp predict.cpp

/* predict.c, motion compensated prediction */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * The
www.eeworm.com/read/216806/14991737

m predict.m

function particle= predict(particle, V,G,Q, WB,dt, addrandom) % % INPUTS: % xv - vehicle pose sample % Pv - vehicle pose predict covariance % % Note: Pv must be zeroed after each observation
www.eeworm.com/read/216806/14991753

m predict.m

function particle= predict(particle, V,G,Q, WB,dt, addrandom) % % INPUTS: % xv - vehicle pose sample % Pv - vehicle pose predict covariance % % Note: Pv must be zeroed after each observation
www.eeworm.com/read/216806/14991767

m predict.m

function particle= predict(particle, V,G,Q, WB,dt, addrandom) % % add random noise to controls if addrandom == 1 VG= multivariate_gauss([V;G], Q, 1); V= VG(1); G= VG(2); end % predi
www.eeworm.com/read/115857/14999399

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" #include "
www.eeworm.com/read/214923/15082931

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/209265/15224302

c predict.c

/* predict.c, motion compensated prediction */ /* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These
www.eeworm.com/read/207767/15262497

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" #include "
www.eeworm.com/read/207767/15262501

ncb predict.ncb