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

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

공개 메소드들

메소드 설명
Add ( double data ) : void

Adds a single dimension array data to the cluster

this ( int Index ) : double[]

Returns the one dimensional array data located at the index

메소드 상세

Add() 공개 메소드

Adds a single dimension array data to the cluster
public Add ( double data ) : void
data double A 1-dimensional array containing data that will be added to the cluster
리턴 void

this() 공개 메소드

Returns the one dimensional array data located at the index
public this ( int Index ) : double[]
Index int
리턴 double[]