6 #ifndef TAPKEE_DEFINES_KEYWORDS_H_
7 #define TAPKEE_DEFINES_KEYWORDS_H_
36 method(
"dimension reduction method",
PassThru);
115 num_neighbors(
"number of neighbors", 5);
129 target_dimension(
"target dimension", 2);
141 diffusion_map_timesteps(
"diffusion map timesteps", 3);
157 gaussian_kernel_width(
"the width of the gaussian kernel", 1.0);
172 max_iteration(
"maximal iteration", 100);
184 spe_global_strategy(
"SPE global strategy",
true);
196 spe_num_updates(
"SPE number of updates", 100);
208 spe_tolerance(
"SPE tolerance", 1e-9);
226 landmark_ratio(
"ratio of landmark points", 0.5);
247 nullspace_shift(
"diagonal shift of nullspace", 1e-9);
261 klle_shift(
"KLLE regularizer", 1e-3);
286 check_connectivity(
"check connectivity",
true);
298 fa_epsilon(
"epsilon of FA", 1e-9);
313 progress_function(
"progress function", NULL);
332 cancel_function(
"cancel function", NULL);
static EigenMethod default_eigen_method
static const ComputationStrategy HomogeneousCPUStrategy("CPU")
static NeighborsMethod default_neighbors_method