C# 클래스 KdKeys.DataMining.Clustering.KMeans.ClusterCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 메소드들

메소드 설명
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