Skip to content
Permalink
master
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
% 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,
simple = T,
...
)
}
\arguments{
\item{parallel}{Logical - computation in parallel (does not work atm)}
\item{no_cluster}{Integer - number of clusters in parallel}
\item{simple}{Logical - Parameter for linK::rerun_mclust}
\item{mclust}{Mclust object (list)}
}
\description{
This functions iterates over a list of Mclust objects testing if the results are correct in their structure.
}