slope
0.29.0
Loading...
Searching...
No Matches
slope_threshold.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include "../clusters.h"
9
#include <Eigen/Core>
10
#include <tuple>
11
12
namespace
slope
{
13
27
std::tuple<double, int>
28
slopeThreshold
(
const
double
x,
29
const
int
j,
30
const
Eigen::ArrayXd lambdas,
31
const
Clusters& clusters);
32
33
}
slope
Namespace containing SLOPE regression implementation.
Definition
clusters.cpp:5
slope::slopeThreshold
std::tuple< double, int > slopeThreshold(const double x, const int j, const Eigen::ArrayXd lambdas, const Clusters &clusters)
Definition
slope_threshold.cpp:8
src
slope
solvers
slope_threshold.h
Generated by
1.9.8