tf.contrib.distributions.Mixture.__init__(cat, components, validate_args=False, allow_nan_stats=True, name='Mixture')
Initialize a Mixture distribution.
A Mixture is defined by a Categorical (cat, representing the mixture probabilities) and a list of Distribution objects all having matching dtype, batch shape, event shape, and continuity properties (the components).
The num_classes of cat must be possible to infer at graph construction time and match len(components).
Args:
cat: A Categorical