代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/124570/14558884
java conditionalestimator.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/124570/14559677
java statistics.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/123144/14645353
moo parts.moo
TEXT BOXES:
txtPopSize - population size (16)
txtGens - Generations (100)
txtCrossProb - Crossover Probability (0.85)
txtMutProb - Mutation Probability (0.005)
txtLifeTime - Time between Li
www.eeworm.com/read/221024/14773129
html http:^^www.cs.washington.edu^education^courses^321^96f^hw6.html
Date: Tue, 10 Dec 1996 16:51:45 GMT
Server: NCSA/1.4.2
Content-type: text/html
CSE 321 Assignment #6
CSE 321 Assignment #6Autumn 1996
Due:
www.eeworm.com/read/120309/14806511
htm chap06.htm
Intro to Algorithms: CHAPTER 6: COUNTING AND PROBABILITY
www.eeworm.com/read/117357/14928671
1 consult.1
.EN
.TH C4.5 1
.SH NAME
.PP
consult \- classify items using a decision tree
.SH SYNOPSIS
.PP
.B consult
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consult
reads a decision tree produced by c
www.eeworm.com/read/117357/14928678
1 consultr.1
.EN
.TH C4.5 1
.SH NAME
.PP
consultr \- classify items using a rule set
.SH SYNOPSIS
.PP
.B consultr
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consultr
reads a rule set produced by c4.5rule
www.eeworm.com/read/115861/14998854
c mathsupport.c
/************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-1999 Washington University School of Medicine
* All Right
www.eeworm.com/read/214740/15090058
m mutate.m
function out=mutate(in,pmutate);
%
% Mutate the incoming chromasome
% with a probability of mutating
% each string of pmutate.
%
% This file takes only one member
% of the overall population.
www.eeworm.com/read/209264/15224336
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users