PRTools contents |
MOGC
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
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.
PREX_DENSITY
datasets, mappings, qdc, plotm, testc,
PRTools contents |