LostTech.TensorFlow : API Documentation

Type GmmAlgorithm

Namespace tensorflow.contrib.factorization

Parent PythonObjectContainer

Interfaces IGmmAlgorithm

Public instance methods

object alphas()

object alphas_dyn()

IList<Tensor> assignments()

Returns a list of Tensors with the matrix of assignments per shard.

object assignments_dyn()

Returns a list of Tensors with the matrix of assignments per shard.

Variable covariances()

Returns the covariances matrices.

object covariances_dyn()

Returns the covariances matrices.

object init_ops_dyn()

Returns the initialization operation.

object log_likelihood_op()

Returns the log-likelihood operation.

object log_likelihood_op_dyn()

Returns the log-likelihood operation.

Tensor scores()

Returns the per-sample likelihood fo the data.
Returns
Tensor
Log probabilities of each data point.

object scores_dyn()

Returns the per-sample likelihood fo the data.
Returns
object
Log probabilities of each data point.

object training_ops_dyn()

Returns the training operation.

Public properties

object CLUSTERS_COVS_VARIABLE_dyn get; set;

object CLUSTERS_VARIABLE_dyn get; set;

object CLUSTERS_WEIGHT_dyn get; set;

object PythonObject get;

Public fields

string CLUSTERS_WEIGHT

return string

string CLUSTERS_VARIABLE

return string

string CLUSTERS_COVS_VARIABLE

return string