tf.contrib.distributions.Dirichlet.mode()

tf.contrib.distributions.Dirichlet.mode(name='mode')

Mode.

Additional documentation from Dirichlet:

Note that the mode for the Dirichlet distribution is only defined when alpha > 1. This returns the mode when alpha > 1, and NaN otherwise. If self.allow_nan_stats is False, an exception will be raised rather than returning NaN.

doc_TensorFlow
2016-10-14 12:50:12
Comments
Leave a Comment

Please login to continue.