multidim.models.GaussianMixtureClassifier.evaluate

GaussianMixtureClassifier.evaluate(x)[source]

Evaluate all gaussians against a pointcloud

Parameters:
x : numpy.ndarray

An array, giving a pointcloud. Each row is a point.

Returns:
functions : numpy.ndarray

the integral of each gaussian over these points.

labels : numpy.ndarray

the labels of the gaussians, for reference.