Table of Contents

Class: MixtureOfFullGaussians compClust/mlx/models/MixtureOfFullGaussians.py

Mixture of Full Gaussians Model is a subclass of the Mixture of Gaussians Model which only uses full covariances in its fitness compuations. If it fails in it's computation, then a log-likelihood score of -1e38 is returned.

Base Classes   
MixtureOfGaussians
Methods   
__init__
evaluateFitness
  __init__ 
__init__ (
        self,
        k,
        means,
        covariances,
        weights=None,
        )

Creates a new Mixture of Full Gaussians (MoFG) Model, containing k Gaussian clusters in d-dimensional space.

  evaluateFitness 
evaluateFitness ( self,  data )

Return the fitness of the model given a paricular set of data. Using only the full covariance matrix, if that fails, then the log-likelihood is set to -MAX_FLOAT =~ -1e38.


Table of Contents

This document was automatically generated on Wed Aug 27 14:25:03 2003 by HappyDoc version 2.1