How do you test a implementation of k-means? [closed] - testing

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
how do you test your own k-means implementation for multidimensional data sets?
I was thinking of running an already existing implementation (i.e. Matlab) on the data and compare the results with my algorithm. But this would require both algorithms to work more than roughly the same and the mapping between the two results probably is no piece of cake.
Do you have a better idea?

See answers of the same question over at Cross Validated: How do you test an implementation of k-means?.

Related

which one is the better static program analysis tool for objective C [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to check my code has follwed a standard coding guidlines like naming conventaion or unused code etc for objective C.
If you guys used any such tool then how effcient they are and how was your experience while using those?
thanks in advance.

Ruby test data generation [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to populate some data to use in my Rails app. However I cannot decide which of data generator is the best for me.
I want to fast and clean generator. It should create plenty of data as well.
I have 3 of them, random_data, forger and faker.
Which one is the best? Can you share you experience?
My choice is ffaker. It's quite fast and maintained by Emmanuel.

What is the best versioning way by a project [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
It is very confusing with versioning. I saw lots of versioning samples. Some of them contains even subversion information. Many of them looks ok.
0.5
0.1.0
0.0.1.0
5.5.5.2_R139
...
What is the best practise/best way for software-versioning?
This is rather a topic for the programmers IMHO. You may want to take a look at this post, where several approaches are discussed.

Objective-c and garbage collection [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
If I code an objective-c program can I rely on the system to garbage collect efficiently?
To Bavarious's point, it depends on what your expectation of efficiency is. Putting that aside, note that garbage collection is only available on OS X, not iOS.

Visual Basic 2008 'tests' [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any sites which a similar program or web-exam?
The best example I can give is Auto-it's "Auto-it 1,2,3" found here.
This is for an absolute-beginner, myself, so even the simplest questions are going to be helpful.
How about this one: VB.NET Quiz