代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/396207/8119161

~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
www.eeworm.com/read/145366/12733204

asv sterrorpredict.asv

function STErrorFrame=STErrorPredict(lina,poles_num,win_length,fr,frmsize) %caculate correlation predict error in a frame STErrorFrame=zeros(1,frmsize);%store prediction error in correlation predi
www.eeworm.com/read/145366/12733234

m sterrorpredict.m

function STErrorFrame=STErrorPredict(lina,poles_num,win_length,fr,frmsize) %caculate correlation predict error in a frame STErrorFrame=zeros(1,frmsize);%store prediction error in correlation predi
www.eeworm.com/read/145300/12736580

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/246091/12757195

makefile

# # Makefile for mysvm # # if you get memory errors using mySVM (segmentation fault, bus error,...) # compile mySVM with less or without optimization (setting CFLAGS = -Wall). CFLAGS = -Wall -O
www.eeworm.com/read/245632/12786730

makefile

CC = gcc CXXC = g++ CFLAGS = -Wall -g -O3 all: bsvm-train bsvm-predict svm-scale bsvm-predict: svm-predict.c bsvm.a svm.h $(CXXC) $(CFLAGS) svm-predict.c bsvm.o solvebqp.o \ dtron/tron.a f2c/f2c.a
www.eeworm.com/read/240369/13221462

txt bpyuandaima.txt

% 一个非常优秀的BP神经网络源程序,好不容易找到的 % Construct the network object net = network; % Specify the input and layer size net.numInputs = 1; net.numLayers = 3; % Set connections among all parts net.bia
www.eeworm.com/read/138465/13235049

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/137212/13339978

makefile

CXXC = g++ CFLAGS = -Wall -O3 -g 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/309535/13669476

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