Skylark (Sketching Library)  0.1
Public Types | Public Member Functions
skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType > Struct Template Reference

#include <RLT.hpp>

Inheritance diagram for skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >:
Inheritance graph
[legend]
Collaboration diagram for skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef RLT_t< InputMatrixType,
OutputMatrixType,
utility::standard_levy_distribution_t
transform_t
typedef ExpSemigroupRLT_data_t data_type
typedef data_type::params_t params_t

Public Member Functions

 ExpSemigroupRLT_t (int N, int S, double beta, base::context_t &context)
 ExpSemigroupRLT_t (int N, int S, const params_t &params, base::context_t &context)
 ExpSemigroupRLT_t (const boost::property_tree::ptree &pt)
template<typename OtherInputMatrixType , typename OtherOutputMatrixType >
 ExpSemigroupRLT_t (const ExpSemigroupRLT_t< OtherInputMatrixType, OtherOutputMatrixType > &other)
 ExpSemigroupRLT_t (const data_type &other)
void apply (const typename transform_t::matrix_type &A, typename transform_t::output_matrix_type &sketch_of_A, columnwise_tag dimension) const
void apply (const typename transform_t::matrix_type &A, typename transform_t::output_matrix_type &sketch_of_A, rowwise_tag dimension) const
int get_N () const
int get_S () const
const sketch_transform_data_tget_data () const

Detailed Description

template<typename InputMatrixType, typename OutputMatrixType>
struct skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >

Random Features for Exponential Semigroup

Definition at line 80 of file RLT.hpp.


Member Typedef Documentation

template<typename InputMatrixType, typename OutputMatrixType>
typedef ExpSemigroupRLT_data_t skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::data_type

Definition at line 88 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
typedef data_type::params_t skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::params_t

Definition at line 89 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
typedef RLT_t<InputMatrixType, OutputMatrixType, utility::standard_levy_distribution_t > skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::transform_t

Definition at line 86 of file RLT.hpp.


Constructor & Destructor Documentation

template<typename InputMatrixType, typename OutputMatrixType>
skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::ExpSemigroupRLT_t ( int  N,
int  S,
double  beta,
base::context_t context 
) [inline]

Definition at line 91 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::ExpSemigroupRLT_t ( int  N,
int  S,
const params_t params,
base::context_t context 
) [inline]

Definition at line 97 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::ExpSemigroupRLT_t ( const boost::property_tree::ptree &  pt) [inline]

Definition at line 103 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
template<typename OtherInputMatrixType , typename OtherOutputMatrixType >
skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::ExpSemigroupRLT_t ( const ExpSemigroupRLT_t< OtherInputMatrixType, OtherOutputMatrixType > &  other) [inline]

Definition at line 110 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::ExpSemigroupRLT_t ( const data_type other) [inline]

Definition at line 116 of file RLT.hpp.


Member Function Documentation

template<typename InputMatrixType, typename OutputMatrixType>
void skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::apply ( const typename transform_t::matrix_type &  A,
typename transform_t::output_matrix_type &  sketch_of_A,
columnwise_tag  dimension 
) const [inline]

Apply columnwise the sketching transform that is described by the the transform with output sketch_of_A.

Definition at line 125 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
void skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::apply ( const typename transform_t::matrix_type &  A,
typename transform_t::output_matrix_type &  sketch_of_A,
rowwise_tag  dimension 
) const [inline]

Apply rowwise the sketching transform that is described by the the transform with output sketch_of_A.

Definition at line 135 of file RLT.hpp.

template<typename InputMatrixType, typename OutputMatrixType>
const sketch_transform_data_t* skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::get_data ( ) const [inline, virtual]
template<typename InputMatrixType, typename OutputMatrixType>
int skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::get_N ( ) const [inline, virtual]
template<typename InputMatrixType, typename OutputMatrixType>
int skylark::sketch::ExpSemigroupRLT_t< InputMatrixType, OutputMatrixType >::get_S ( ) const [inline, virtual]

The documentation for this struct was generated from the following file: