Click or drag to resize
Accord.NET (logo)

GaussianMixtureModelInitialize Method (KMeans)

Initializes the model with initial values obtained through a run of the K-Means clustering algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void Initialize(
	KMeans kmeans
)
Request Example View Source

Parameters

kmeans
Type: Accord.MachineLearningKMeans
See Also