Mismatch: Gets a matrix of the final cluster assignments based on the...

View source: R/evaluation_metrics.R View source: R/clustering_evaluations.R

MismatchR Documentation

Gets a matrix of the final cluster assignments based on the probability matrix

Description

Gets a matrix of the final cluster assignments based on the probability matrix

Usage

Mismatch(predicited_clusters, true_clusters, K)

Arguments

predicited_clusters

The predicted clusters

true_clusters

THe true clusters

K

The number of clusters

Value

a matrix of the final cluster assignments

Examples

Mismatch(predicited_clusters, true_clusters, K)

jewelltaylor/funclustVI documentation built on June 1, 2022, 12:30 p.m.