C# Class Encog.ML.Kmeans.KMeansCluster

Inheritance: IMLCluster
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Add ( IMLData pair ) : void

Add to the cluster.

CalcSumOfSquares ( ) : void

Calculate the sum of squares.

CreateDataSet ( ) : IMLDataSet

Create a dataset from the clustered data.

Get ( int pos ) : IMLData
KMeansCluster ( ) : System.Collections.Generic

Construct the object.

Remove ( IMLData pair ) : void
Size ( ) : int

Method Details

Add() public method

Add to the cluster.
public Add ( IMLData pair ) : void
pair IMLData The pair to add.
return void

CalcSumOfSquares() public method

Calculate the sum of squares.
public CalcSumOfSquares ( ) : void
return void

CreateDataSet() public method

Create a dataset from the clustered data.
public CreateDataSet ( ) : IMLDataSet
return IMLDataSet

Get() public method

public Get ( int pos ) : IMLData
pos int
return IMLData

KMeansCluster() public method

Construct the object.
public KMeansCluster ( ) : System.Collections.Generic
return System.Collections.Generic

Remove() public method

public Remove ( IMLData pair ) : void
pair IMLData
return void

Size() public method

public Size ( ) : int
return int