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

Method get_coef0

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

Source from the content-addressed store, hash-verified

193 T2 get_beta() { return this->beta; }
194
195 T3 get_coef0() { return this->coef0; }
196
197 Eigen::VectorXi get_A_out() { return this->A_out; };
198

Callers 4

test_lossMethod · 0.80
sequential_path_cvFunction · 0.80
abessWorkflowFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_lossMethod · 0.64