slope 0.29.0
Loading...
Searching...
No Matches
setup_loss.h
Go to the documentation of this file.
1
6#pragma once
7
8#include "loss.h"
9#include <memory>
10
11namespace slope {
12
30std::unique_ptr<Loss>
31setupLoss(const std::string& loss);
32
33}
The declartion of the Objctive class and its subclasses, which represent the data-fitting part of the...
Namespace containing SLOPE regression implementation.
Definition clusters.cpp:5
std::unique_ptr< Loss > setupLoss(const std::string &loss)
Factory function to create the appropriate loss function based on the distribution family.