C# Class natix.SimilaritySearch.DynamicSequentialRandom

The sequential index
Inheritance: DynamicSequential
Show file Open project: sadit/natix

Public Properties

Property Type Description
DOCS SkipList2
rand System.Random

Public Methods

Method Description
Build ( MetricDB db, IList sample = null ) : void

API build command

DynamicSequentialRandom ( ) : System

Constructor

DynamicSequentialRandom ( int random_seed ) : System
GetAnyItem ( ) : int
Iterate ( ) : IEnumerable
Remove ( int docid ) : void

Method Details

Build() public method

API build command
public Build ( MetricDB db, IList sample = null ) : void
db MetricDB
sample IList
return void

DynamicSequentialRandom() public method

Constructor
public DynamicSequentialRandom ( ) : System
return System

DynamicSequentialRandom() public method

public DynamicSequentialRandom ( int random_seed ) : System
random_seed int
return System

GetAnyItem() public method

public GetAnyItem ( ) : int
return int

Iterate() public method

public Iterate ( ) : IEnumerable
return IEnumerable

Remove() public method

public Remove ( int docid ) : void
docid int
return void

Property Details

DOCS public property

public SkipList2 DOCS
return SkipList2

rand public property

public Random,System rand
return System.Random