代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/191952/8414461

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/189063/8492650

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/389184/8544818

m hufflen.m

function HL = HuffLen(S) % HuffLen Find the lengths of the Huffman code words % Based on probability (or number of occurences) of each symbol % the length for the Huffman codewords are calcula
www.eeworm.com/read/388439/8609295

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/288527/8626448

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/288479/8629963

m qqnorm.m

function [mm, ss] = qqnorm(x,ps,ps2); %QQNORM Normal probability paper % % qqnorm(x) % qqnorm(x, symbol) % % Data on x-axis and qnorm((i-1/2)/n) on y-axis. % The second o
www.eeworm.com/read/288479/8629973

m qqgumbel.m

function [a,u] = qqgumbel(x,ps,ps2); %QQGUMBEL Gumbel probability paper % % qqgumbel(x) % [a, u] = qqgumbel(x, symbol) % % Data on x-axis and qgumbel((i-1/2)/n) on y-axis. %
www.eeworm.com/read/287351/8691244

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/430725/8730579

m adjcentmatrix - 复制 - 复制.m

clear; p=0.5; %the probability of the bonds N=50; %the number of nodes is N^2 %%%%%%%%%%%%%create the adjacency matrix of a percolation network B=zeros(N^2); for i=1:2:(2*N-1) f
www.eeworm.com/read/430725/8730581

m adjcentmatrix - 复制.m

clear; p=0.5; %the probability of the bonds N=50; %the number of nodes is N^2 %%%%%%%%%%%%%create the adjacency matrix of a percolation network B=zeros(N^2); for i=1:2:(2*N-1) f