get_final_cluster_assignments: Gets a vector of the final cluster assignments based on the...

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

get_final_cluster_assignmentsR Documentation

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

Description

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

Usage

get_final_cluster_assignments(probability_matrix)

Arguments

probability_matrix

A matrix in which the rows represent the probabilities that the curve is in each of the clusters

Value

A vector of the final cluster assignments

Examples

get_final_cluster_assignments(probability_matrix)

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