|
| logistic.cpp |
|
| logistic.h |
| Logistic loss function implementation for SLOPE algorithm.
|
|
| loss.h |
| The declartion of the Objctive class and its subclasses, which represent the data-fitting part of the composite loss function.
|
|
| multinomial.cpp |
|
| multinomial.h |
| Multinomial loss function implementation for SLOPE algorithm.
|
|
| poisson.cpp |
|
| poisson.h |
| Poisson loss function implementation for SLOPE algorithm.
|
|
| quadratic.cpp |
|
| quadratic.h |
| Quadratic loss function implementation for SLOPE algorithm.
|
|
| setup_loss.cpp |
|
| setup_loss.h |
| Factory function to create the appropriate loss function based on.
|
|