代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/140851/13058412

m cwr_predict.m

function [mu, Sigma, weights, mask] = cwr_predict(cwr, X, mask_data) % CWR_PREDICT cluster weighted regression: predict Y given X % function [mu, Sigma] = cwr_predict(cwr, X) % % mu(:,t) = E[Y
www.eeworm.com/read/138798/13211441

m cwr_predict.m

function [mu, Sigma, weights, mask] = cwr_predict(cwr, X, mask_data) % CWR_PREDICT cluster weighted regression: predict Y given X % function [mu, Sigma] = cwr_predict(cwr, X) % % mu(:,t) = E[Y
www.eeworm.com/read/138465/13235077

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/138465/13235114

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/324386/13265393

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

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

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/317622/13500808

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/316604/13520386

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/313797/13580738

h tif_predict.h

/* $Header: /cvsroot/osrs/libtiff/libtiff/tif_predict.h,v 1.1.1.1 1999/07/27 21:50:27 mike Exp $ */ /* * Copyright (c) 1995-1997 Sam Leffler * Copyright (c) 1995-1997 Silicon Graphics, Inc. *