代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/246091/12757229
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/331374/12831722
m predict.m
function [x,P]= predict (x,P,v,g,Q,WB,dt)
%function [xn,Pn]= predict (x,P,v,g,Q,WB,dt)
%
% Inputs:
% x, P - SLAM state and covariance
% v, g - control inputs: velocity and gamma (steer angle)
www.eeworm.com/read/331336/12832465
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/142092/12963191
m predict.m
function future = predict(data, d, nfut)
% The function PREDICT generates the set of values based on
% shifting the original data.
%
% Calling sequence-
% future = predict(data, d, nfut)
%
%
www.eeworm.com/read/329073/12984887
html predict.html
Simple nonlinear prediction
Simple nonlinear prediction
predict -d# -m# [-r# | -v#]
www.eeworm.com/read/141322/13022954
c predict.c
/* predict.c, motion compensated prediction */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/139320/13161357
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/240116/13236533
c predict.c
/* predict.c, motion compensated prediction */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/138118/13259556
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/138118/13259564