|
Skylark (Sketching Library)
0.1
|
#include <kernels.hpp>
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 |
Definition at line 37 of file kernels.hpp.
| 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.
| 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.
1.7.6.1