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

Method update_A_init

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

Source from the content-addressed store, hash-verified

141 void update_beta_init(T2 &beta_init) { this->beta_init = beta_init; }
142
143 void update_A_init(Eigen::VectorXi &A_init, int g_num) {
144 this->A_init = A_init;
145 this->I_init = complement(A_init, g_num);
146 }
147
148 void update_bd_init(Eigen::VectorXd &bd_init) { this->bd_init = bd_init; }
149

Callers 4

screeningFunction · 0.80
sequential_path_cvFunction · 0.80
abessWorkflowFunction · 0.80

Calls 1

complementFunction · 0.85

Tested by

no test coverage detected