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

Inheritance: System.Collections.CollectionBase
Mostrar archivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Methods

Method 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 method

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
return void

this() public method

Returns the Cluster at this index
public this ( int Index ) : Cluster
Index int
return Cluster