aggregation methods for gtclust
Usage
gtmethod_ward()
gtmethod_centroid()
gtmethod_median()
gtmethod_chisq()
gtmethod_bayes_mom(beta = 1)
Arguments
- beta
prior parameters for the dirichlet distribution
Value
An object of class gtmethod
Functions
gtmethod_ward
: classical ward method
gtmethod_centroid
: classical centroid method
gtmethod_median
: classical median method
gtmethod_chisq
: chi-square method
gtmethod_bayes_mom
: bayesian mixture of multinomials