代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/143959/12827365

cs svm_predict.cs

using System; using libsvm; /* Conversion notes (Andrew Poh): * Support Class removed. * BinaryWriter.Write() replaced with Write(). * Removed nested construction of StreamReader. */ cl
www.eeworm.com/read/330850/12864697

m predict_performance.m

function a = predict_performance(algorithm, algorithm_params, patterns, targets) % Predict the final performance of an algorithm from the learning curves % Inputs: % algorithm - The a
www.eeworm.com/read/143453/12874742

m svm_predict.m

function [output]=SVM_Predict(usemodfil, data, model, probability) % if (nargin < 2) || (nargin > 4) disp(' Incorrect number of input variables.\n'); help SVM_Predict; return; end
www.eeworm.com/read/243522/12936177

m predict_area.m

function [ Ppre ] = predict_area(loc1, loc2) Ppre = ones(1,25); if loc2(1,1) - loc1(1,1) >= 0 up = 1; else up = -1; end if loc2(2,1) - loc1(2,1) >= 0 right = 1; else ri
www.eeworm.com/read/243522/12936186

asv predict_area.asv

function [ Ppre ] = predict_area(loc1, loc2) Ppre = ones(1,25); if loc2(1,1) - loc1(1,1) >= 0 up = 1; else up = -1; end if loc2(2,1) - loc1(2,1) >= 0 right = 1; else ri
www.eeworm.com/read/243522/12936200

m predict_leader.m

function [ leader ] = predict_leader(predict) % Predict leader % % INPUT % predict(:) : predict the location of an object at next time t+1 % OUTPUT % leader : predict the leader at n
www.eeworm.com/read/142437/12945133

h ic_predict.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r
www.eeworm.com/read/142437/12945203

h lt_predict.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r
www.eeworm.com/read/142437/12945288

c ic_predict.c

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r
www.eeworm.com/read/142437/12945329

c lt_predict.c

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r