natix.SimilaritySearch.PivotSelectorRandom.PivotSelectorRandom C# (CSharp) 메소드

PivotSelectorRandom() 공개 메소드

public PivotSelectorRandom ( int n, Random rand = null ) : System
n int
rand System.Random
리턴 System
        public PivotSelectorRandom(int n, Random rand = null)
        {
            this.permutation = RandomSets.GetRandomPermutation (n, rand);
        }