R/NMixCluster.default.R

Defines functions NMixCluster.default

Documented in NMixCluster.default

##
##  PURPOSE:   Clustering based on the MCMC output.
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   21/08/2014
##
##  FUNCTION:  NMixCluster.default (21/08/2014) 
##
## ======================================================================

## *************************************************************
## NMixCluster.default
## *************************************************************
NMixCluster.default <- function(object, ...)
{
  stop("There is no default NMixCluster method.")
}  

Try the mixAK package in your browser

Any scripts or data that you put into this service are public.

mixAK documentation built on Sept. 17, 2024, 1:06 a.m.