Click here to Skip to main content
15,891,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
I have question about running C code in terminal of Linux. my code is about Copkmeans, that use kmeans algorithm with constraints for clustering of data. My question is that I do not know format of data that use as input argument of kmeans function.
In fact, when I write this command in terminal of linux:
./kmean <name file=""> <constraints> -Cop <k>
I do not know what is format of name file, data file, and Constraints that are txt file?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900