GPmix.Smoother([basis, basis_params, ...])

Transform numpy ndarray or skfda.FDataGrid to a smoothed functional data object via smoothing.

GPmix.Projector(basis_type[, n_proj, ...])

Transform functional data to a set of univariate data by projection onto specified projection functions.

GPmix.UniGaussianMixtureEnsemble(n_clusters)

Consensus clustering using an ensemble of univariate Gaussian Mixture Models (GMMs).

GPmix.GaussianMixtureParameterEstimator(n_comp)

Estimate parameters of a univariate Gaussian mixture model (GMM) using the method of moments.

GPmix.misc