params_size_categorical_mixture_of_one_hot_categorical {tfprobability}R Documentation

number of params needed to create a CategoricalMixtureOfOneHotCategorical distribution

Description

number of params needed to create a CategoricalMixtureOfOneHotCategorical distribution

Usage

params_size_categorical_mixture_of_one_hot_categorical(
  event_size,
  num_components
)

Arguments

event_size

event size of this distribution

num_components

number of components in the mixture

Value

a scalar


[Package tfprobability version 0.15.1 Index]