idil-tub / KMeansClustering.jl

MIT License
1 stars 0 forks source link

Write Unit tests #11

Closed kobutri closed 3 months ago

kobutri commented 4 months ago

Figure out a small sample of analytically solvable kmeans datasets.

idil-tub commented 4 months ago

I've did some research and looked through examples.

I've came up with the idea writing unit tests on a smaller size of data (for example 100?) focusing on checking things like:

And some edge cases such as:

If we also decide to write integration tests to visualize our clusters, we could check the correctness of large datasets with these integration tests.

I've written some mock-up tests that I can show you later in the meeting.

@kobutri @llluww @Kingsleyyy21

kobutri commented 4 months ago

use new api