Bayes Net Toolbox for Matlab

源代码在线查看: get_fields.m

软件大小: 2179 K
上传用户: shanon
关键词: Toolbox Matlab Bayes Net
下载地址: 免注册下载 普通下载 VIP

相关代码

				function val = get_params(pot, name)				% GET_PARAMS Accessor function for a field (dpot)				% val = get_params(pot, name)				%				% e.g., get_params(pot, 'table') or 'domain'								switch name				 case 'table', val = pot.T;				 case 'domain', val = pot.domain;				 otherwise,				  error(['invalid field name ' name]);				end											

相关资源