527f6bda2544bbc80ce6330e25cecc03dda2fc23
[epclust.git] / epclust / tests / testthat / test.clustering.R
1 context("clustering")
2
3 #TODO: load some dataset ASCII CSV
4 #data_bin_file <<- "/tmp/epclust_test.bin"
5 #unlink(data_bin_file)
6
7 test_that("computeClusters1 behave as expected",
8 {
9
10 })
11
12 test_that("computeSynchrones behave as expected",
13 {
14
15 })
16
17 test_that("computeClusters2 behave as expected",
18 {
19
20 })
21
22 test_that("clusteringTask + computeClusters2 behave as expected",
23 {
24
25 })