代码搜索:predict

找到约 2,271 项符合「predict」的源代码

代码结果 2,271
www.eeworm.com/read/280970/10276151

makefile

LEMGA = lemga-20060516/lemga objs = boostrank-train boostrank-predict all: $(objs) .PHONY: clean $(addsuffix _clean, $(objs)) clean: $(addsuffix _clean, $(objs)) include ${LEMGA}/Makefile VPATH =
www.eeworm.com/read/424119/10490988

m mexme_nn.m

echo on mex -DranSHR3 grlvq_model.c mex -DranSHR3 h2m_glvq_model.c mex -DranSHR3 srng_model.c mex perf_classif.c mex NN_predict.c echo off
www.eeworm.com/read/462846/7194337

m prob6_12.m

%Integer-pel EBMA [Target_Img,Anchor_Img,Predict_Img,ox,oy,px,py,PSNR]=Motion_Estimation_2D('foreman66.Y','foreman69.Y',352,288,[16,16],[-32,-32],[32,32],1);
www.eeworm.com/read/462846/7194342

m prob6_13.m

%Half-pel EBMA [Target_Img,Anchor_Img,Predict_Img,ox,oy,px,py,PSNR]=Motion_Estimation_2D('foreman66.Y','foreman69.Y',352,288,[16,16],[-32,-32],[32,32],2);
www.eeworm.com/read/462846/7194344

m intermotion.m

%This function first calculate block motion vectors (with integer pel accuracy), using EBMA(), %and then interpolate the block motion vectors to obtain a dense motion field %An example of main func
www.eeworm.com/read/302157/13840864

cpp simpleexample.cpp

/* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and conditions of use. * * $Header: /cvsroot/bayesclasses/Bayes++/Simple/
www.eeworm.com/read/251529/12339264

cpp simpleexample.cpp

/* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and conditions of use. * * $Id: simpleExample.cpp 564 2006-04-05 20:51:38
www.eeworm.com/read/473227/6849372

cpp simpleexample.cpp

/* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and conditions of use. * * $Header: /cvsroot/bayesclasses/Bayes++/Simple/
www.eeworm.com/read/174377/9590024

cpp simpleexample.cpp

/* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and conditions of use. * * $Header: /cvsroot/bayesclasses/Bayes++/Simple/
www.eeworm.com/read/335930/12490125

asv main.asv

K=9; [train_set,test_set]=extract(train); train_size=size(train_set,1) test_size=size(test_set,1) column=size(train_set,2) correct_predict_num=0; for i=1:test_size; for j=1:train_set dis