?? 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 + -