STATUS: work in progress Gap-statistic for determining a suitable number of clusters from the data. More...
#include <time.h>#include "mathadd.h"#include "definitions.h"#include "array.h"#include "averaging.h"#include "warping.h"#include "distances.h"#include "helper.h"
Go to the source code of this file.
Data Structures | |
| struct | GapStatistic |
STATUS: work in progress Gap-statistic for determining a suitable number of clusters from the data.
Reference paper:
@article{tibshirani2002estimating,
title={{Estimating the number of clusters in a data set via the gap statistic}},
author={Tibshirani, R. and Walther, G. and Hastie, T.},
journal={Journal of the Royal Statistical Society: Series B (Statistical Methodology)},
volume={63},
number={2},
pages={411--423},
year={2002},
publisher={John Wiley \& Sons}
}
Definition in file gapstat.h.
1.7.0