Skylark (Sketching Library)  0.1
Public Member Functions
skylark::ml::kernels::polynomial_t Struct Reference

#include <kernels.hpp>

List of all members.

Public Member Functions

 polynomial_t (int N, int q=2, double c=1.0, double gamma=1.0)
template<typename IT , typename OT >
sketch::sketch_transform_t< IT,
OT > * 
create_rft (int S, regular_feature_transform_tag, base::context_t &context) const

Detailed Description

Definition at line 37 of file kernels.hpp.


Constructor & Destructor Documentation

skylark::ml::kernels::polynomial_t::polynomial_t ( int  N,
int  q = 2,
double  c = 1.0,
double  gamma = 1.0 
) [inline]

Definition at line 39 of file kernels.hpp.


Member Function Documentation

template<typename IT , typename OT >
sketch::sketch_transform_t<IT, OT>* skylark::ml::kernels::polynomial_t::create_rft ( int  S,
regular_feature_transform_tag  ,
base::context_t context 
) const [inline]

Definition at line 45 of file kernels.hpp.


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