Permalink
Cannot retrieve contributors at this time
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?
mmRmeta/man/verify_mclust.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (24 sloc)
667 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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. | |
} |