-
Notifications
You must be signed in to change notification settings - Fork 1
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
for dataset #2
Comments
Hi, I assume you're trying to load a plain text file? Clustering requires numeric data, e.g., a matrix of floating-point numbers. |
hi, |
Ok, in that case there are two options. You can either convert the file, or tweak the generator to generate the binary format. You can take a look at my data generator for an example of how to generate the binary format. |
Thank you, in your article "Efficient and Scalable k-Means on GPUs ", how you applied your binary dataset with kmeans Rodinia benchmark, please I need your help because I applied your binary dataset with kmeans Rodinia and it does not work. |
Is there a way to do a k-means clustering on data (file.txt )? Please, help me...
The text was updated successfully, but these errors were encountered: