slope 0.29.0
Loading...
Searching...
No Matches
setup_loss.h File Reference

Factory function to create the appropriate loss function based on. More...

#include "loss.h"
#include <memory>
Include dependency graph for setup_loss.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  slope
 Namespace containing SLOPE regression implementation.
 

Functions

std::unique_ptr< Lossslope::setupLoss (const std::string &loss)
 Factory function to create the appropriate loss function based on the distribution family.
 

Detailed Description

Factory function to create the appropriate loss function based on.

Definition in file setup_loss.h.