代码搜索:montecarlo
找到约 154 项符合「montecarlo」的源代码
代码结果 154
www.eeworm.com/read/382499/9024009
c montecarlo_sm13.cudafe1.stub.c
#if defined(__cplusplus)
extern "C" {
#endif
#include "MonteCarlo_SM13.fatbin.c"
#include "crt/host_runtime.h"
struct __T20;
struct __T21;
struct __T22;
struct __T23;
struct __T20 {__TOptionV
www.eeworm.com/read/382499/9024021
h montecarlo_sm10.cudafe1.stub.h
#if defined(__cplusplus)
extern "C" {
#endif
#if !defined(__cplusplus) || __include___device_stub__Z16MonteCarloKernelP14__TOptionValuePfi
static void __device_stub__Z16MonteCarloKernelP14__TOptio
www.eeworm.com/read/382499/9024031
c montecarlo_sm10.cudafe1.stub.c
#if defined(__cplusplus)
extern "C" {
#endif
#include "MonteCarlo_SM10.fatbin.c"
#include "crt/host_runtime.h"
struct __T20;
struct __T21;
struct __T22;
struct __T23;
struct __T20 {__TOptionV
www.eeworm.com/read/382499/9024050
h montecarlo_sm13.cudafe1.stub.h
#if defined(__cplusplus)
extern "C" {
#endif
#if !defined(__cplusplus) || __include___device_stub__Z16MonteCarloKernelP14__TOptionValuePfi
static void __device_stub__Z16MonteCarloKernelP14__TOptio
www.eeworm.com/read/338238/12317197
h swendsenwang.h
#include "MonteCarlo.h"
#include "PottsMRF.h"
#ifndef __SWENDSEN_WANG__
#define __SWENDSEN_WANG__
class SwendsenWang : public MonteCarlo {
/**
This class makes inference using Swendsen-Wang
www.eeworm.com/read/338238/12317342
m compilesimanneal.m
mex -O sim_anneal.cpp fillMethods.cpp InferenceAlgorithm.cpp MonteCarlo.cpp Metropolis.cpp MRF.cpp PottsMRF.cpp Region.cpp RegionLevel.cpp
www.eeworm.com/read/365862/9843041
m gmm_entropy.m
function p = gmm_entropy(g,N)
g = gmm_normalise(g);
if nargin == 2
p = gmm_entropy_montecarlo(g, N);
else
p = gmm_entropy_unscented(g);
end
%
%
function p = gmm_entropy_montec
www.eeworm.com/read/351998/10589072
m gmm_entropy.m
function p = gmm_entropy(g,N)
g = gmm_normalise(g);
if nargin == 2
p = gmm_entropy_montecarlo(g, N);
else
p = gmm_entropy_unscented(g);
end
%
%
function p = gmm_entropy_montec
www.eeworm.com/read/447973/7542745
m disableprojectmenu.m
%%% DynaEst 3.032 10/22/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
%DisableProjectMenu, disable menus when closed a project file
set(file_close_menu,'Enable','off');
set(file_save_menu,'Enab
www.eeworm.com/read/365862/9842936
m gmm_distance_kld.m
function K = gmm_distance_KLD(g1, g2, N)
if nargin == 3
K = gmm_KLD_montecarlo(g1, g2, N);
else
K = gmm_KLD_unscented(g1, g2);
end
%
%
function K = gmm_KLD_montecarlo(g1, g2, N)