|
Skylark (Sketching Library)
0.1
|
#include <RFT_data.hpp>


Classes | |
| struct | params_t |
| Params structure. More... | |
Public Types | |
| typedef RFT_data_t < bstrand::normal_distribution > | base_t |
Public Member Functions | |
| GaussianRFT_data_t (int N, int S, double sigma, base::context_t &context) | |
| GaussianRFT_data_t (int N, int S, const params_t ¶ms, base::context_t &context) | |
| GaussianRFT_data_t (const boost::property_tree::ptree &pt) | |
| virtual boost::property_tree::ptree | to_ptree () const |
Protected Member Functions | |
| GaussianRFT_data_t (int N, int S, double sigma, const base::context_t &context, std::string type) | |
Definition at line 79 of file RFT_data.hpp.
| typedef RFT_data_t<bstrand::normal_distribution > skylark::sketch::GaussianRFT_data_t::base_t |
Reimplemented from skylark::sketch::RFT_data_t< bstrand::normal_distribution >.
Definition at line 82 of file RFT_data.hpp.
| skylark::sketch::GaussianRFT_data_t::GaussianRFT_data_t | ( | int | N, |
| int | S, | ||
| double | sigma, | ||
| base::context_t & | context | ||
| ) | [inline] |
Definition at line 94 of file RFT_data.hpp.
References skylark::sketch::RFT_data_t< bstrand::normal_distribution >::build().

| skylark::sketch::GaussianRFT_data_t::GaussianRFT_data_t | ( | int | N, |
| int | S, | ||
| const params_t & | params, | ||
| base::context_t & | context | ||
| ) | [inline] |
Definition at line 102 of file RFT_data.hpp.
References skylark::sketch::RFT_data_t< bstrand::normal_distribution >::build().

| skylark::sketch::GaussianRFT_data_t::GaussianRFT_data_t | ( | const boost::property_tree::ptree & | pt | ) | [inline] |
Definition at line 110 of file RFT_data.hpp.
References skylark::sketch::RFT_data_t< bstrand::normal_distribution >::build().

| skylark::sketch::GaussianRFT_data_t::GaussianRFT_data_t | ( | int | N, |
| int | S, | ||
| double | sigma, | ||
| const base::context_t & | context, | ||
| std::string | type | ||
| ) | [inline, protected] |
Definition at line 134 of file RFT_data.hpp.
| virtual boost::property_tree::ptree skylark::sketch::GaussianRFT_data_t::to_ptree | ( | ) | const [inline, virtual] |
Serializes a sketch to a string.
| [out] | property_tree | describing the sketch. |
Reimplemented from skylark::sketch::RFT_data_t< bstrand::normal_distribution >.
Definition at line 126 of file RFT_data.hpp.
References skylark::sketch::sketch_transform_data_t::add_common().

1.7.6.1