C# Class KdKeys.DataMining.Clustering.KMeans.ClusterCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Cluster cluster ) : void

Adds a Cluster to the collection of Clusters

this ( int Index ) : Cluster

Returns the Cluster at this index

Method Details

Add() public méthode

Adds a Cluster to the collection of Clusters
public Add ( Cluster cluster ) : void
cluster Cluster A Cluster to be added to the collection of clusters
Résultat void

this() public méthode

Returns the Cluster at this index
public this ( int Index ) : Cluster
Index int
Résultat Cluster