slope 0.29.0
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  src
  slope
  losses
 logistic.cpp
 logistic.hLogistic loss function implementation for SLOPE algorithm
 loss.hThe declartion of the Objctive class and its subclasses, which represent the data-fitting part of the composite loss function
 multinomial.cpp
 multinomial.hMultinomial loss function implementation for SLOPE algorithm
 poisson.cpp
 poisson.hPoisson loss function implementation for SLOPE algorithm
 quadratic.cpp
 quadratic.hQuadratic loss function implementation for SLOPE algorithm
 setup_loss.cpp
 setup_loss.hFactory function to create the appropriate loss function based on
  solvers
 hybrid.cppHybrid solver implementation for SLOPE
 hybrid.hHybrid numerical solver for SLOPE combining coordinate descent and proximal gradient descent
 hybrid_cd.cpp
 hybrid_cd.hAn implementation of the coordinate descent step in the hybrid algorithm for solving SLOPE
 pgd.cppProximal Gradient Descent solver implementation for SLOPE
 pgd.hProximal Gradient Descent solver implementation for SLOPE
 setup_solver.cpp
 setup_solver.hFactory function to create and configure a SLOPE solver
 slope_threshold.cpp
 slope_threshold.hThe declaration of the slopeThreshold function
 solver.hNumerical solver class for SLOPE (Sorted L-One Penalized Estimation)
 clusters.cpp
 clusters.hThe declaration of the Clusters class
 constants.hDefinitions of constants used in libslope
 cv.cpp
 cv.hCross-validation functionality for SLOPE models
 diagnostics.hDiagnostics for SLOPE optimization
 estimate_alpha.hFunctions for estimating noise level and regularization parameter alpha
 folds.cpp
 folds.hCross-validation fold management for SLOPE models
 jit_normalization.hEnums to control predictor standardization behavior
 kkt_check.cpp
 kkt_check.hKarush-Kuhn-Tucker (KKT) optimality condition checking for SLOPE regression
 logger.cpp
 logger.hThread-safe warning logging facility for the slope library
 math.cpp
 math.hMathematical support functions for the slope package
 normalize.cpp
 normalize.hFunctions to normalize the design matrix and rescale coefficients in case the design was normalized
 ols.cpp
 ols.hOrdinary Least Squares (OLS) regression functionality
 qnorm.cpp
 qnorm.hAn implementation of the quantile function for the standard normal distribution
 regularization_sequence.cpp
 regularization_sequence.hFunctions for generating regularization sequences for SLOPE
 score.cpp
 score.hScoring metrics for model evaluation
 screening.cppImplementation of screening rules for SLOPE regression optimization
 screening.hScreening rules for SLOPE regression optimization
 slope.cpp
 slope.hSLOPE (Sorted L-One Penalized Estimation) optimization
 slope_fit.hSLOPE (Sorted L-One Penalized Estimation) fitting results
 slope_path.hDefines the SlopePath class for storing and accessing SLOPE regression solution paths
 sorted_l1_norm.cpp
 sorted_l1_norm.hThe declaration of the SortedL1Norm class
 threads.hThread management for parallel computations
 timer.cpp
 timer.hSimple high-resolution timer class for performance measurements
 utils.cpp
 utils.hVarious utility functions