Skip to content
Permalink
8472ea875e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (16 sloc) 502 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/verify_mclust.R
\name{verify_mclust}
\alias{verify_mclust}
\title{Verify Results of Mclust}
\usage{
verify_mclust(mclust_result, min_proportion = NULL, parallel = FALSE,
no_cluster = NULL, ...)
}
\arguments{
\item{parallel}{Computation in Parallel (does not work atm)}
\item{mclust}{Mclust Results}
}
\description{
This functions iterates over a list of Mclust objects testing if the results are theoretically correct.
}