get_z_probs: Extract the estimated posterior probabilities.

View source: R/getter_params.R

get_z_probsR Documentation

Extract the estimated posterior probabilities.

Description

Returns a dataframe of shape NxK with the posterior distribution p(k|n) for each observation n to belong to cluster k.

Usage

get_z_probs(x)

Arguments

x

a mvnmm object.

Value

dataframe of posterior distributions.

Examples

if (FALSE) get_z_probs(x)


caravagnalab/lineaGT documentation built on June 13, 2025, 6:01 p.m.