代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/167247/9974464
c predict.c
/*
* predict.c --
*
* Code for predictor calculation. Its macro version, predictor.h,
* is used in non-debugging compilation.
*/
/*
* $Id: predict.c,v 1.1 2002/10/14 21:56:03 enlf Exp $
*/
#in
www.eeworm.com/read/362096/10019339
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/362004/10024235
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/362004/10024253
dsw predict.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/362004/10024254
exe predict.exe
www.eeworm.com/read/362004/10024266
dsp predict.dsp
# Microsoft Developer Studio Project File - Name="predict" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/360895/10072666
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/165161/10073840
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/163813/10144304
cpp predict.cpp
#include "stdafx.h"
#include
#include
#include
#include
#include "svm.h"
char* line;
int max_line_len = 1024;
struct svm_node *x;
int max_nr_attr =
www.eeworm.com/read/163324/10166119
m predict.m
function [xtf,ytf]=predict(tf,xdum,ydum,x1dum,y1dum)
%h=.01;
%Integration interval increased by factor of 10 to get acceptable running times
h=.1;
a=2.0926e7;
gm=1.4077e16;
t=0.;
x=xdum;
y=ydu