C# Class Encog.ML.Kmeans.Centroid

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
CalcCentroid ( ) : void

Calculate the centroid.

Centroid ( double theCenters )

Construct the centroid.

Method Details

CalcCentroid() public méthode

Calculate the centroid.
public CalcCentroid ( ) : void
Résultat void

Centroid() public méthode

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