get_true_probability_matrix: Gets the true probability natrix using the true cluster...

View source: R/model.R View source: R/main_model.R

get_true_probability_matrixR Documentation

Gets the true probability natrix using the true cluster assignments

Description

Gets the true probability natrix using the true cluster assignments

Usage

get_true_probability_matrix(true_cluster_assignments, K)

Arguments

true_cluster_assignments

A vector containing the true cluster assignments

K

The number of clusters in the data

Value

The true probability matrix of the true cluster assignments

Examples

get_true_probability_matrix(true_cluster_assignments, K)

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