代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/289027/8584372
m ecmnmle.m
function [Mean, Covar] = ecmnmle(Data, InitMethod, MaxIter, Tolerance, Mean0, Covar0)
%ECMNMLE Estimate mean and covariance of incomplete multivariate normal data.
% Use the expectation conditional
www.eeworm.com/read/435150/7796326
cpp prog4_07.cpp
// Program 4.7 Using the conditional operator to select output.
#include
using std::cin;
using std::cout;
using std::endl;
int main() {
int mice = 0; // Count of all
www.eeworm.com/read/319883/13440293
cpp prog4_07.cpp
// Program 4.7 Using the conditional operator to select output.
#include
using std::cin;
using std::cout;
using std::endl;
int main() {
int mice = 0; // Count of all
www.eeworm.com/read/140847/5779312
m gaussian_cpd.m
function CPD = gaussian_CPD(varargin)
% GAUSSIAN_CPD Make a conditional linear Gaussian distrib.
%
% To define this CPD precisely, call the continuous (cts) parents (if any) X,
% the discrete parents
www.eeworm.com/read/140847/5779700
m scgcpot.m
function pot = scgcpot(cheadsize, ctailsize, p, A, B, C)
% SCGCPOT Make a base object of stable conditional gaussian potential.
% pot = scgcpot(cheadsize, ctailsize, p, A, B, C)
%
% cheadsize is t
www.eeworm.com/read/133943/5897496
m gaussian_cpd.m
function CPD = gaussian_CPD(varargin)
% GAUSSIAN_CPD Make a conditional linear Gaussian distrib.
%
% To define this CPD precisely, call the continuous (cts) parents (if any) X,
% the discrete parents
www.eeworm.com/read/133943/5897883
m scgcpot.m
function pot = scgcpot(cheadsize, ctailsize, p, A, B, C)
% SCGCPOT Make a base object of stable conditional gaussian potential.
% pot = scgcpot(cheadsize, ctailsize, p, A, B, C)
%
% cheadsize is t
www.eeworm.com/read/408292/11398117
m link_pot_to_cpt.m
function pot_to_CPT=link_pot_to_CPT(cliquetable,clq_ass_to_node,par)
%returns, for all conditional probability tables, the number of the clique from which it will be obtained
%, and the dimension n
www.eeworm.com/read/470720/1451776
c 20020312-1.c
/* This testcase ICEd on alpha because of an unrecognized insn formed
by conditional move optimization using an incorrect mode. */
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
ch