You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
least_square(size_t params_no, double* params, int regular = regularizer::ELASTIC_NET);
least_square(double param, int regular = regularizer::L2);
int classify(double* sample) const override;
double zero_component_oracle_dense(double* X, double* Y, size_t N, double* weights = NULL) const override;
double zero_component_oracle_sparse(double* X, double* Y, size_t* Jc, size_t* Ir, size_t N, double* weights = NULL) const override;
double first_component_oracle_core_dense(double* X, double* Y, size_t N, int given_index, double* weights = NULL) const override;
double first_component_oracle_core_sparse(double* X, double* Y, size_t* Jc, size_t* Ir, size_t N, int given_index, double* weights = NULL) const override;