代码搜索:predicting
找到约 55 项符合「predicting」的源代码
代码结果 55
www.eeworm.com/read/370786/9585810
asv predicting.asv
t0=datenum([1987 06 18]);
t1=fix(now);
t=(t1-28):1:(t1+28);
y=100*[sin(2*pi*(t-t0)/23)
sin(2*pi*(t-t0)/28)
sin(2*pi*(t-t0)/33)];
plot(t,y);
line(t1,-100:.1:100,'LineWidth',8,'
www.eeworm.com/read/370786/9585829
m predicting.m
t0=datenum([1987 06 18]);
t1=fix(now);
t=(t1-56):1:(t1+56);
y=100*[sin(2*pi*(t-t0)/23)
sin(2*pi*(t-t0)/28)
sin(2*pi*(t-t0)/33)];
plot(t,y);
line(t1,-100:.1:100,'LineWidth',8,'Colo
www.eeworm.com/read/481485/6641577
pdf predicting mainframe performance.pdf
www.eeworm.com/read/481485/6641590
pdf predicting application response times.pdf
www.eeworm.com/read/470912/6901682
txt 2005s9771-description.txt
1. Title: Protein Localization Sites
2. Creator and Maintainer:
Kenta Nakai
Institue of Molecular and Cellular Biology
Osaka, University
1-3 Yamada-oka, Suita 5
www.eeworm.com/read/286520/8762105
pdf induction of model trees for predicting continuous classes.pdf
www.eeworm.com/read/180302/9313218
m dataload.m
function [dat,ntrain,ntest,Xp,xname]=dataload(exm,dfold,randoms)
if exm==1
xname=['Predicting the activities of Pyrimidines'];
Xp=27; % target variable is 27th variable
d
www.eeworm.com/read/373369/9459845
java prediction.java
//: containers/Prediction.java
// Predicting the weather with groundhogs.
import java.util.*;
public class Prediction {
private static Random rand = new Random(47);
private boolean shadow =
www.eeworm.com/read/169058/9882455
java prediction.java
//: containers/Prediction.java
// Predicting the weather with groundhogs.
import java.util.*;
public class Prediction {
private static Random rand = new Random(47);
private boolean shadow =
www.eeworm.com/read/424190/10483744
txt output.txt
*** mySVM version 2.1.4 ***
Reading E:\research\人脸识别研究\人脸检测与识别相关文献\支持向量机\mySVM\validation.txt
read 10 examples, format xya, dimension = 2.
read 5 examples, format xy, dimension = 2.
--------