PRTools contents

PRTools manual

mogc

MOGC

Mixture of Gaussian classifier

    W = MOGC(A,N)
    W = A*MOGC([],N);
    W = A*MOGC([],N,R,S);

   INPUT
     A Dataset
     N Number of mixtures (optional; default 2)
     R,S Regularization parameters, 0 <= R,S <= 1, see QDC
   OUTPUT

Description

For each class j in A a density estimate is made by GAUSSM, using N(j)  mixture components. Using the class prior probabilities they are combined  into a single classifier W. If N is a scalar, this number is applied to  each class. The relative size of the components is stored in W.DATA.PRIOR.

Example(s)

 PREX_DENSITY

See also

datasets, mappings, qdc, plotm, testc,

PRTools contents

PRTools manual