代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/144441/12790569
htm chap06.htm
Intro to Algorithms: CHAPTER 6: COUNTING AND PROBABILITY
www.eeworm.com/read/143595/12858028
tex lplex.tex
%
% HLMBook - Valtcho Valtchev 04/02/98
%
% Updated - Gareth Moore 15/01/02
%
\newpage
\mysect{LPlex}{LPlex}
\mysubsect{Function}{LPlex-Function}
\index{lplex@\htool{LPlex}|(}
This progra
www.eeworm.com/read/244076/12892061
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/141504/13008133
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/141504/13008145
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/138465/13235088
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
www.eeworm.com/read/324404/13264485
m qinv.m
function [y] = qinv(x);
% Inverse Q-probability function
y = erfcinv(x*2) *sqrt(2);
www.eeworm.com/read/137875/13283899
htm chap06.htm
Intro to Algorithms: CHAPTER 6: COUNTING AND PROBABILITY
www.eeworm.com/read/137875/13287684
htm chap06.htm
Intro to Algorithms: CHAPTER 6: COUNTING AND PROBABILITY
www.eeworm.com/read/137285/13334868
rmdc_var
# dc variables
#
# file to be read by commander.p
# each line is turned into a structure entry (str)
# a default-setting entry (def)
# a usage-printing entry (usg)
# and a command li