MEANCOV Fixed mapping estimating means and covariances of multiclass data
[U,G] = MEANCOV(A,N) INPUT
DescriptionComputation of a set of mean vectors U and a set of covariance matrices G of the C classes in the dataset A. The covariance matrices are stored as a 3-dimensional matrix G of the size K x K x C, the class mean vectors as a labeled dataset U of the size C x K. The use of soft labels or target labels is supported. See also
|