代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/187882/8594439
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/431668/8663145
h predict.h
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/431668/8663197
asm predict-a.asm
;*****************************************************************************
;* predict-a.asm: h264 encoder library
;*****************************************************************************
;*
www.eeworm.com/read/431668/8663199
h predict.h
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/431668/8663264
c predict.c
/*****************************************************************************
* predict.c: h264 encoder
*****************************************************************************
* Copyright (C
www.eeworm.com/read/429504/8804785
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/428451/8867214
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/427586/8931983
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/427351/8950233
svm-predict
www.eeworm.com/read/186225/8951787
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);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%