Encog.ML.Kmeans.Centroid.Centroid C# (CSharp) 메소드

Centroid() 공개 메소드

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