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

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

Public Methods

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

Method Details

Add() public method

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

this() public method

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