代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/493738/6389918

c svm-predict.c

#include #include #include #include #include "svm.h" char* line; int max_line_len = 1024; struct svm_node *x; int max_nr_attr = 64; struct svm_model* model;
www.eeworm.com/read/493738/6389935

java svm_predict.java

import libsvm.*; import java.io.*; import java.util.*; class svm_predict { private static double atof(String s) { return Double.valueOf(s).doubleValue(); } private static int atoi(String s) {
www.eeworm.com/read/493206/6398452

m predict_performance.m

function a = predict_performance(algorithm, algorithm_params, features, targets, region) % Predict the final performance of an algorithm from the learning curves % Inputs: % algorithm
www.eeworm.com/read/489598/6466414

m predict_grad.m

function [xP] = predict_grad(xP,G,rx,lamda) %This rouine uses the gradient descent algorithm to try to help %'push' particles to a region of higher probability before the %state update equation g
www.eeworm.com/read/489609/6466688

r predict.mvr.r

### predict.mvr.R: A predict method ### $Id: predict.mvr.R 116 2007-06-25 12:27:24Z bhm $ predict.mvr
www.eeworm.com/read/489609/6466714

rd predict.mvr.rd

%% $Id: predict.mvr.Rd 99 2006-10-04 10:54:35Z bhm $ \encoding{latin1} \name{predict.mvr} \alias{predict.mvr} \title{Predict Method for PLSR and PCR} \description{ Prediction for mvr (PCR, PLSR) mod
www.eeworm.com/read/486829/6530461

m predict1.m

function MSE=Predict1(data,m,tau,P,lmd,MaxStep) %单步预测 % disp('--------最大预测步数---------') % MaxStep=round(1/lmd) % % MaxStep=5; % % MaxStep=MaxStep+5;%避免预测太长控制在10步 deltaT=1; for i=1:Max
www.eeworm.com/read/486304/6539176

f90 predict.f90

subroutine predict( Nmin, Nmax, Ubins, Umin, Uwidth, Nham, & MaxMol, UN_HIST, BETA, ZETA ) implicit none integer, intent(in) :: Nmin, Nmax, Ubins, Nham, MaxMol real, intent(in)
www.eeworm.com/read/482389/6623898

obj predict-main.obj