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

Method primary_model_fit

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

Source from the content-addressed store, hash-verified

628 };
629
630 virtual bool primary_model_fit(T4 &X, T1 &y, Eigen::VectorXd &weights, T2 &beta, T3 &coef0, double loss0,
631 Eigen::VectorXi &A, Eigen::VectorXi &g_index, Eigen::VectorXi &g_size) {
632 return true;
633 };
634
635 virtual double effective_number_of_parameter(T4 &X, T4 &XA, T1 &y, Eigen::VectorXd &weights, T2 &beta, T2 &beta_A,
636 T3 &coef0) {

Callers 3

fitMethod · 0.95
splicingMethod · 0.95
final_fittingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected