slope 0.29.0
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12]
 NslopeNamespace containing SLOPE regression implementation
 NconstantsNamespace containing constants used in the slope library
 CAccuracyClassification Accuracy scoring metric
 CAUCArea Under the ROC Curve (AUC-ROC) scoring metric
 CClustersRepresentation of the clusters in SLOPE
 CCvConfigConfiguration settings for cross-validation
 CCvResultContains overall results from a cross-validation process
 CDevianceDeviance scoring metric
 CFoldsManages data partitioning for cross-validation
 CGridResultStores cross-validation results for a specific set of hyperparameters
 CHybridHybrid CD-PGD solver for SLOPE
 CLogisticLogistic loss function
 CLossLoss function interface
 CMAEMean Absolute Error (MAE) scoring metric
 CMaximizeScoreScoring metric that aims to maximize the score value
 CMinimizeScoreScoring metric that aims to minimize the score value
 CMisClassMisclassification Rate scoring metric
 CMSEMean Squared Error (MSE) scoring metric
 CMultinomialMultinomial logistic regression loss function
 CNoScreeningNo screening rule - uses all variables
 CPGDProximal Gradient Descent solver for SLOPE optimization
 CPoissonPoisson regression loss function
 CQuadraticImplementation of the Quadratic loss function
 CScoreBase class for scoring metrics used in regularized generalized linear regression
 CScreeningRuleBase class for screening rules in SLOPE
 CSlopeThe SLOPE model
 CSlopeFitA class representing the results of SLOPE (Sorted L1 Penalized Estimation) fitting
 CSlopePathContainer class for SLOPE regression solution paths
 CSolverBaseAbstract base class for SLOPE optimization solvers
 CSortedL1NormClass representing the Sorted L1 Norm
 CStrongScreeningImplements strong screening rules for SLOPE
 CThreadsManages OpenMP thread settings across libslope
 CTimerTimer class for measuring elapsed time with high resolution
 CWarningStructure representing a warning with its code and message
 CWarningLoggerThread-safe warning logger for tracking runtime warnings