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

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

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

Метод Описание
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[]