Gaussian Model¶
-
class
clustering.gauss.
GaussFull
(name, dim)[source]¶ Class to model a speaker by a gaussian with full covariance
-
compute
()[source]¶ - Compute the mean and covariance according the statistique, the log det
- of the covariance and the partial BIC .
-
classmethod
cst_bic
(dim, alpha)[source]¶ Compute the BIC constant:
where a threshold (alpha)
Parameters: - dim – the feature dimension
- alpha – the threshold
Returns: the constant
-