MCPcopy Create free account
hub / github.com/abess-team/abess / update_coef0_init

Method update_coef0_init

src/Algorithm.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 void update_bd_init(Eigen::VectorXd &bd_init) { this->bd_init = bd_init; }
149
150 void update_coef0_init(T3 coef0) { this->coef0_init = coef0; }
151
152 void update_group_df(int group_df) { this->group_df = group_df; }
153

Callers 4

screeningFunction · 0.80
sequential_path_cvFunction · 0.80
abessWorkflowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected