代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/333209/7154837
m kf_lhood.m
%KF_LHOOD Kalman Filter measurement likelihood
%
% Syntax:
% LH = KF_LHOOD(X,P,Y,H,R)
%
% In:
% X - Nx1 state mean
% P - NxN state covariance
% Y - Dx1 measurement vector.
% H - Me
www.eeworm.com/read/462846/7194332
m prob6_15.m
%Hierarchical BMA
[Target_Img,Anchor_Img,Predict_Img,ox,oy,px,py,PSNR]=HBMA('foreman66.Y','foreman69.Y',352,288,[16,16],[-32,-32],[32,32]);
www.eeworm.com/read/462846/7194343
m prob6_14.m
%Motion Interpolation
[Target_Img,Anchor_Img,Predict_Img,ox,oy,px,py,PSNR]=InterMotion('foreman66.Y','foreman69.Y',352,288,[16,16],[-32,-32],[32,32]);
www.eeworm.com/read/456869/7337927
makefile
CXX? = g++
CFLAGS = -Wall -Wconversion -O3 -fPIC
SHVER = 1
all: svm-train svm-predict svm-scale
lib: svm.o
$(CXX) -shared svm.o -o libsvm.so.$(SHVER)
svm-predict: svm-predict.c svm.o
$(CXX) $(CFL
www.eeworm.com/read/454470/7389292
makefile
CXXC = g++
CFLAGS = -Wall -O3
all: svm-train svm-predict svm-scale
svm-predict: svm-predict.c svm.o
$(CXXC) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
svm-train: svm-train.c svm.o
$(CXXC) $
www.eeworm.com/read/444698/7608143
makefile
CXXC = g++
CFLAGS = -Wall -O3
all: svm-train svm-predict svm-scale
svm-predict: svm-predict.c svm.o
$(CXXC) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
svm-train: svm-train.c svm.o
$(CXXC) $
www.eeworm.com/read/441394/7671101
makefile
CXXC = g++
CFLAGS = -Wall -O3
all: svm-train svm-predict svm-scale
svm-predict: svm-predict.c svm.o
$(CXXC) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
svm-train: svm-train.c svm.o
$(CXXC) $
www.eeworm.com/read/199752/7824777
makefile
CXXC = g++
CFLAGS = -Wall -O3
all: svm-train svm-predict svm-scale
svm-predict: svm-predict.c svm.o
$(CXXC) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
svm-train: svm-train.c svm.o
$(CXXC) $
www.eeworm.com/read/397136/8065058
m multi_comp.m
close all;
[data, class] = testdatanorm(4, 150, [1,1;-1,-1;1,-1;-1,1], .6*ones(4));
params(2)=100000;params(1)=0.1;params(3)=.2;
[w,y_est,acc]=multiclass_pairwise(data,class,1,'sspercept',4,params)
www.eeworm.com/read/396207/8119141
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, Grids, DBGrids, StdCtrls, Buttons, ExtCtrls, jpeg;
type
TFor