Click or drag to resize
Accord.NET (logo)

GaussianClusterCollectionGaussianClusterToDistribution Method

Gets a copy of the normal distribution associated with this cluster.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MultivariateNormalDistribution ToDistribution()
Request Example View Source

Return Value

Type: MultivariateNormalDistribution
See Also