C# Класс KdKeys.DataMining.Clustering.KMeans.ClusterCollection

Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( Cluster cluster ) : void

Adds a Cluster to the collection of Clusters

this ( int Index ) : Cluster

Returns the Cluster at this index

Описание методов

Add() публичный Метод

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
Результат void

this() публичный Метод

Returns the Cluster at this index
public this ( int Index ) : Cluster
Index int
Результат Cluster