Searched defs:covariances (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/factorization/python/ops/
H A Dgmm.py140 def covariances(self): member in class:GMM
141 """Returns the covariances."""
H A Dgmm_ops.py114 means, and "c" for covariances.
143 # Small value to guarantee that covariances are invertible.
150 # Operations of partial statistics for the computation of the covariances.
188 # Initialize covariances.
242 def covariances(self): member in class:GmmAlgorithm
243 """Returns the covariances matrices."""
370 """Computes the partial statistics of the means and covariances.
385 # Partial covariances.
422 # Update covariances.
438 # because covariances alread
[all...]

Completed in 378 milliseconds