tf.contrib.learn.LinearClassifier.fit()

tf.contrib.learn.LinearClassifier.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See trainable.Trainable.

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalFullTensor.entropy()

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalFullTensor.entropy(name='entropy')

tf.contrib.distributions.InverseGammaWithSoftplusAlphaBeta.log_pmf()

tf.contrib.distributions.InverseGammaWithSoftplusAlphaBeta.log_pmf(value, name='log_pmf') Log probability mass function. Args: value: float or double Tensor. name: The name to give this op. Returns: log_pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if is_continuous.

tf.contrib.distributions.MultivariateNormalDiagWithSoftplusStDev.mode()

tf.contrib.distributions.MultivariateNormalDiagWithSoftplusStDev.mode(name='mode') Mode.

tf.contrib.distributions.NormalWithSoftplusSigma.mode()

tf.contrib.distributions.NormalWithSoftplusSigma.mode(name='mode') Mode.

tf.contrib.distributions.NormalWithSoftplusSigma.mean()

tf.contrib.distributions.NormalWithSoftplusSigma.mean(name='mean') Mean.

tf.contrib.distributions.WishartFull.allow_nan_stats

tf.contrib.distributions.WishartFull.allow_nan_stats Python boolean describing behavior when a stat is undefined. Stats return +/- infinity when it makes sense. E.g., the variance of a Cauchy distribution is infinity. However, sometimes the statistic is undefined, e.g., if a distribution's pdf does not achieve a maximum within the support of the distribution, the mode is undefined. If the mean is undefined, then by definition the variance is undefined. E.g. the mean for Student's T for df = 1

tf.contrib.distributions.Chi2.log_pdf()

tf.contrib.distributions.Chi2.log_pdf(value, name='log_pdf') Log probability density function. Args: value: float or double Tensor. name: The name to give this op. Returns: log_prob: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if not is_continuous.

tf.contrib.distributions.Dirichlet.alpha

tf.contrib.distributions.Dirichlet.alpha Shape parameter.

tf.contrib.graph_editor.SubGraphView.op()

tf.contrib.graph_editor.SubGraphView.op(op_id) Get an op by its index.