When given parameters of the von Mises-Fisher mixture model, this function aims at mixture model reduction using a greedy method.
movMF_reduce_greedy(means, concentrations, weights, target.num = 2)
a named list of the reduced mixture model containing
a \((\code{target.num} \times p)\) matrix of means of the von Mises-Fisher components.
a \(\code{target.num}\) vector of concentrations of the von Mises-Fisher components.
a \(\code{target.num}\) vector of weights of the von Mises-Fisher components.
a \((K \times p)\) matrix of means of the von Mises-Fisher components.
a \(K\) vector of concentrations of the von Mises-Fisher components.
a \(K\) vector of weights of the von Mises-Fisher components.
a desired number of components after reduction. Default is 2.