Encog.ML.Kmeans.Centroid.Centroid C# (CSharp) Méthode

Centroid() public méthode

Construct the centroid.
public Centroid ( double theCenters )
theCenters double The centers.
        public Centroid(double[] theCenters)
        {
            _centers = theCenters;
        }