📄 define_lin_pred_struct_cov_default.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 + -