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

EMST example #1189

Open
xiaozxiong opened this issue Nov 13, 2024 · 1 comment
Open

EMST example #1189

xiaozxiong opened this issue Nov 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@xiaozxiong
Copy link

Hi, I want to use the EMST program of ArborX (described in your ICPP paper) as a baseline, but I didn't find any existed example in the project. So I need to write my own example following your examples?

@aprokop
Copy link
Contributor

aprokop commented Nov 13, 2024

@xiaozxiong So far, we have been using benchmarks/dbscan to run EMST. To run it, use

$ ./ArborX_Benchmark_DBSCAN.exe --algorithm mst --core-min-size 1 --binary --filename <file.arborx>

The file data format is described in the Data file format section of the README.md in that directory.

You are right, though, we should write an example. We would welcome your contribution if you end up writing your own before we do. It should be pretty straightforward, simply taking examples/dbscan and replacing DBSCAN calls with MST ones.

@aprokop aprokop added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants