6 #ifndef TAPKEE_DEFINES_KEYWORDS_H_ 7 #define TAPKEE_DEFINES_KEYWORDS_H_ 19 namespace keywords_internal
83 method(
"dimension reduction method",
PassThru);
162 num_neighbors(
"number of neighbors", 5);
176 target_dimension(
"target dimension", 2);
188 diffusion_map_timesteps(
"diffusion map timesteps", 3);
204 gaussian_kernel_width(
"the width of the gaussian kernel", 1.0);
219 max_iteration(
"maximal iteration", 100);
231 spe_global_strategy(
"SPE global strategy",
true);
243 spe_num_updates(
"SPE number of updates", 100);
255 spe_tolerance(
"SPE tolerance", 1e-9);
273 landmark_ratio(
"ratio of landmark points", 0.5);
294 nullspace_shift(
"diagonal shift of nullspace", 1e-9);
308 klle_shift(
"KLLE regularizer", 1e-3);
333 check_connectivity(
"check connectivity",
true);
345 fa_epsilon(
"epsilon of FA", 1e-9);
360 progress_function(
"progress function", NULL);
379 cancel_function(
"cancel function", NULL);
static Parameter create(const std::string &name, const T &value)
static EigenMethod default_eigen_method
Parameter operator=(const DefaultValue &) const
Parameter operator=(const T &value) const
ParameterKeyword(const Name &n, const T &dv)
static NeighborsMethod default_neighbors_method