代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/138118/13259607
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/138118/13259609
opt predict.opt
www.eeworm.com/read/138118/13259653
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/138118/13259658
plg predict.plg
Build Log
--------------------Configuration: predict - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/324303/13273722
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/323965/13304580
m predict.m
clear
tf='AnnData.txt';
fid=fopen(tf);
n=7;
m=3000;
geshi='';
for i=1:n
geshi=[geshi '%f '];
end
ALLData=fscanf(fid,geshi,[n,m]);
[mx,my]=size(ALLData);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%
www.eeworm.com/read/323965/13304586
asv predict.asv
clear
tf='AnnData.txt';
fid=fopen(tf);
n=7;
m=3000;
geshi='';
for i=1:n
geshi=[geshi '%f '];
end
ALLData=fscanf(fid,geshi,[n,m]);
[mx,my]=size(ALLData);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%
www.eeworm.com/read/318947/13465973
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/316944/13514006
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/310199/13656172
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 "