HDIM  1.0.0
Packages for High Dimensional Linear Regression
hdim::Binarize< T > Struct Template Reference

Functor to convert vector of values into support vector. More...

#include <generics.hpp>

Public Types

typedef T result_type
 

Public Member Functions

operator() (T x) const
 

Detailed Description

template<typename T>
struct hdim::Binarize< T >

Functor to convert vector of values into support vector.

Designed to be applied with Eigen::Matrix::unaryExpr or the like.

Definition at line 224 of file generics.hpp.