Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBStream result size==0 on CoverType #157

Open
wzru opened this issue Jul 2, 2022 · 0 comments
Open

DBStream result size==0 on CoverType #157

wzru opened this issue Jul 2, 2022 · 0 comments

Comments

@wzru
Copy link
Collaborator

wzru commented Jul 2, 2022

TEST(SystemTest, DBStream) {
  // Parse parameters.
  // [529, 999, 1270, 1624, 2001, 2435, 2648, 3000]
  // [3, 3, 4, 6, 6, 7, 9, 9]
  param_t cmd_params;
  cmd_params.num_points = 581012;
  cmd_params.dim = 2;
  cmd_params.base = 2;
  cmd_params.lambda = 0.998;
  cmd_params.radius = 20;
  cmd_params.clean_interval = 400;
  cmd_params.min_weight = 0.5;
  cmd_params.alpha = 0.2;
  cmd_params.input_file = std::filesystem::current_path().generic_string() +
                          "/datasets/EDS.txt";
  cmd_params.output_file = "results.txt";
  cmd_params.algo = SESAME::DBStreamType;
  cmd_params.num_clusters = 363;
  cmd_params.time_decay = false;
  cmd_params.store = false;
@wzru wzru changed the title DBStream result size==0 DBStream result size==0 on CoverType Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant