C# Class Encog.ML.Kmeans.Centroid

Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
CalcCentroid ( ) : void

Calculate the centroid.

Centroid ( double theCenters )

Construct the centroid.

Method Details

CalcCentroid() public method

Calculate the centroid.
public CalcCentroid ( ) : void
return void

Centroid() public method

Construct the centroid.
public Centroid ( double theCenters )
theCenters double The centers.