CCT.NUI.Core.Clustering.KMeansClusterFactory.InitializeAlgorithm C# (CSharp) Method

InitializeAlgorithm() private method

private InitializeAlgorithm ( IList pointList ) : void
pointList IList
return void
        private void InitializeAlgorithm(IList<Point> pointList)
        {
            this.algorithm.Initialize(pointList);
        }