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

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: spatial-computing/strabo-learning-ocr-transformation

Méthodes publiques

Méthode 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 méthode

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
Résultat void

this() public méthode

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