⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 define_lin_pred_struct_cov_default.m

📁 The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesi
💻 M
字号:
function lin_pred_struct_cov=define_lin_pred_struct_cov_default(cov_nodes)

%defines default structure of the linear predictor for the CPTs 
%for the case covariates but idea is same as in
%define_lin_pred_struct_cov_default

%0=main effects of covariates
%1 interaction with response categories
%2 interaction with parents 
%default = 2

lin_pred_struct_cov=2*ones(1,size(cov_nodes,1));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -