代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/355337/10274874
m kf_predict.m
%KF_PREDICT Perform Kalman Filter prediction step
%
% Syntax:
% [X,P] = KF_PREDICT(X,P,A,Q,B,U)
%
% In:
% X - Nx1 mean state estimate of previous step
% P - NxN state covariance of previ
www.eeworm.com/read/355337/10274934
m imm_predict.m
%IMM_PREDICT Interacting Multiple Model (IMM) Filter prediction step
%
% Syntax:
% [X_p,P_p,c_j,X,P] = IMM_PREDICT(X_ip,P_ip,MU_ip,p_ij,ind,dims,A,Q)
%
% In:
% X_ip - Cell array containing N^j x
www.eeworm.com/read/280970/10276162
cpp boostrank-predict.cpp
/**
boostrank-predict.cpp: main file for performing ordinal regression testing
with thresholded ensemble models
(c) 2006-2007 Hsuan-Tien Lin
**/
#include
#include
#includ
www.eeworm.com/read/355237/10284079
m kf_predict.m
%KF_PREDICT Perform Kalman Filter prediction step
%
% Syntax:
% [X,P] = KF_PREDICT(X,P,A,Q,B,U)
%
% In:
% X - Nx1 mean state estimate of previous step
% P - NxN state covariance of previ
www.eeworm.com/read/161540/10398261
c svm-predict.c
#include
#include
#include
#include
#include "svm.h"
char* line;
int max_line_len = 1024;
struct svm_node *x;
int max_nr_attr = 64;
struct svm_model* model;
www.eeworm.com/read/161509/10400128
m predict1.m
function MSE=Predict1(data,m,tau,P,lmd,MaxStep)
%单步预测
% disp('--------最大预测步数---------')
% MaxStep=round(1/lmd)
% % MaxStep=5;
% % MaxStep=MaxStep+5;%避免预测太长控制在10步
deltaT=1;
for i=1:Max
www.eeworm.com/read/424119/10490997
c nn_predict.c
/*
Predict class label for a Test data with a trained model.
Usage
------
[ytest_est , dist] = NN_predict(Xtest , Wproto_est , yproto_est , [lambda_est] , [options]);
In
www.eeworm.com/read/278339/10542860
h ic_predict.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
**
** This program is free software; you can redistr
www.eeworm.com/read/278339/10542995
h lt_predict.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
**
** This program is free software; you can redistr
www.eeworm.com/read/278339/10543119
c ic_predict.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
**
** This program is free software; you can redistr