Class KMeansClustering.IterationCompletedEventArgs
Data for the current iteration event.
Inheritance
System.Object
KMeansClustering.IterationCompletedEventArgs
Namespace: Paramdigma.Core.Optimization
Assembly: Paramdigma.Core.dll
Syntax
public class IterationCompletedEventArgs : EventArgs
Properties
| Improve this Doc View SourceClusters
Clusters for current iteration.
Declaration
public List<KMeansCluster> Clusters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<KMeansCluster> |
Iteration
Iteration number.
Declaration
public int Iteration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |