代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/143595/12857325
h lmodel.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/143453/12874742
m svm_predict.m
function [output]=SVM_Predict(usemodfil, data, model, probability)
%
if (nargin < 2) || (nargin > 4)
disp(' Incorrect number of input variables.\n');
help SVM_Predict;
return;
end
www.eeworm.com/read/244146/12883147
cpp stats.cpp
#include "Stats.h"
Stats::Stats(int mTBF, float probability) {
this->mTBF = mTBF;
this->mProbability = probability;
}
bool Stats::operator
www.eeworm.com/read/142519/12942048
cs sequence.cs
//Copyright (C) 2005 Richard J. Northedge
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published
www.eeworm.com/read/142039/12968462
m ui_mutate.m
function minfo = ui_mutate(chr)
% UI_MUTATE - interface for specifying mutate ratios.
% minfo = ui_mutate(chr) returns a structure with the mutation
% information for the different species. Th
www.eeworm.com/read/141504/13008075
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/140851/13058275
m dirichletpdf.m
function p = dirichletpdf(x, alpha)
%DIRICHLETPDF Dirichlet probability density function.
% p = dirichletpdf(x, alpha) returns the probability of vector
% x under the Dirichlet distribution with p
www.eeworm.com/read/140851/13059384
m mdnpost.m
function [post, a] = mdnpost(mixparams, t)
%MDNPOST Computes the posterior probability for each MDN mixture component.
%
% Description
% POST = MDNPOST(MIXPARAMS, T) computes the posterior probabi
www.eeworm.com/read/140776/13062334
m erlangc.m
%
% p=erlangc(n,rho)
%
% This function computes the Erlang C probability that a system with n
% servers, infinite waiting line, Poisson arrival rate lambda, service rate
% (per server) mu, and intens
www.eeworm.com/read/242101/13094837
m rsmp.m
function Inew=rsmp(pik,N)
%picks N indeces from pik randomly. The probability of a certain element is proportional to the size of the corresponding element in pik.
%Author PSL 200411
akkupik=cumsum