代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/129000/14269910

pd xor.pd

/*---------------------------------------------------------------------- domains ----------------------------------------------------------------------*/ dom(A) = { 0, 1 }; dom(B) = { 0, 1 }; dom(C)
www.eeworm.com/read/128468/14295330

m normald.m

function [p]=normald(X,mi,sigma) % [p]=normald(X,mi,sigma) % % NORMALD calculates the value of many-dimensional probability density % of the normal (Gaussian) distribution for given vectors in t
www.eeworm.com/read/128468/14295399

m mmln.m

function [mi,sigma,solution,minp,topp,N,t]=mmln(X,epsilon,tmax,t,N) % MMLN Minimax learning for Gaussian distribution. % [mi,sigma,solution,minp,topp,N,t]=mmln(X,epsilon,tmax,t,N) % % MMLN implem
www.eeworm.com/read/229185/14349995

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/229007/14355745

m mltest1.m

function [class,Distan]=MLtest1(Pt,Tt,Cen,cinv,ppri,mode) % Usage: [class,conf]=MLtest1(Pt,Tt,Cen,cinv,ppri,mode) % MLtest - Maximum Likelihood Classifier testing routing % Pt: testing set feature
www.eeworm.com/read/126718/14406008

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/126718/14406013

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/124842/14534271

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/124825/14536332

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/124790/14544475

c chain.c

#include #include double a[10][10]; void Guass(int n){ int i,j,k; double t; for(k=0;k