代码搜索:predict

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

代码结果 2,271
www.eeworm.com/read/436161/7069039

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. *
www.eeworm.com/read/436161/7069170

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. *
www.eeworm.com/read/436161/7069295

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. *
www.eeworm.com/read/125142/7126571

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. * * P
www.eeworm.com/read/125142/7126599

c tif_predict.c

/* $Header: /cvsroot/osrs/libtiff/libtiff/tif_predict.c,v 1.2 1999/11/27 21:43:28 warmerda Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * P
www.eeworm.com/read/333209/7154818

m kf_predict.m

%KF_PREDICT Perform Kalman Filter prediction step % % Syntax: % [X,P] = KF_PREDICT(X,P,A,Q,B,U) % % In: % X - Nx1 mean state estimate of previous step % P - NxN state covariance of previ
www.eeworm.com/read/456869/7337936

exe svm-predict.exe

www.eeworm.com/read/456869/7337943

c svm-predict.c

#include #include #include #include #include #include "svm.h" struct svm_node *x; int max_nr_attr = 64; struct svm_model* model; int predict_proba
www.eeworm.com/read/456869/7337958

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/454470/7389303

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;