tf.contrib.distributions.BetaWithSoftplusAB.mode()

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

Mode.

Additional documentation from Beta:

Note that the mode for the Beta distribution is only defined when a > 1, b > 1. This returns the mode when a > 1 and b > 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:47:00
Comments
Leave a Comment

Please login to continue.