C# Class natix.SimilaritySearch.PivotSelectorRandom

Inheritance: PivotSelector
Show file Open project: sadit/natix Class Usage Examples

Public Methods

Method Description
NextPivot ( ) : int
PivotSelectorRandom ( int n, Random rand = null ) : System

Method Details

NextPivot() public method

public NextPivot ( ) : int
return int

PivotSelectorRandom() public method

public PivotSelectorRandom ( int n, Random rand = null ) : System
n int
rand System.Random
return System