代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/167851/9949664

asm gainpred.asm

.mmregs .include ..\include\const.h .include ..\include\tab_ld8a.h .include ..\include\ld8amem.h .text .def Gain_predict .re
www.eeworm.com/read/442841/7643745

m gm_1_1.m

function [pred,info]=GM_1_1(X,k) %******************************************************** %灰色GM(1,1)模型 %Build the calculating dieplate for the typical gray model. %Designed by tong. 18 March,
www.eeworm.com/read/436446/7769711

m add_new_features.m

%------------------------------------------------------- function map = add_new_features (map, observations, step, H), %------------------------------------------------------- prediction = predic
www.eeworm.com/read/302157/13840920

hpp covflt.hpp

#ifndef _BAYES_FILTER_COVARIANCE #define _BAYES_FILTER_COVARIANCE /* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and cond
www.eeworm.com/read/405927/11455028

m add_new_features.m

%------------------------------------------------------- function map = add_new_features (map, observations, step, H), %------------------------------------------------------- prediction = predic
www.eeworm.com/read/251529/12339354

hpp covflt.hpp

#ifndef _BAYES_FILTER_COVARIANCE #define _BAYES_FILTER_COVARIANCE /* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and cond
www.eeworm.com/read/473227/6849399

hpp covflt.hpp

#ifndef _BAYES_FILTER_COVARIANCE #define _BAYES_FILTER_COVARIANCE /* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and cond
www.eeworm.com/read/174377/9590069

hpp covflt.hpp

#ifndef _BAYES_FILTER_COVARIANCE #define _BAYES_FILTER_COVARIANCE /* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and cond
www.eeworm.com/read/277987/4148238

makefile

CC = gcc CXXC = gcc CFLAGS = -Wall -O3 -g all: svm-train svm-predict svm-scale svm-predict: svm-predict.c svm.o $(CC) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm svm-train: svm-train.c
www.eeworm.com/read/277987/4148307

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) $