C# Class natix.SimilaritySearch.DynamicSequentialRandom

The sequential index
Inheritance: DynamicSequential
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
DOCS SkipList2
rand System.Random

Méthodes publiques

Méthode 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 méthode

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

DynamicSequentialRandom() public méthode

Constructor
public DynamicSequentialRandom ( ) : System
Résultat System

DynamicSequentialRandom() public méthode

public DynamicSequentialRandom ( int random_seed ) : System
random_seed int
Résultat System

GetAnyItem() public méthode

public GetAnyItem ( ) : int
Résultat int

Iterate() public méthode

public Iterate ( ) : IEnumerable
Résultat IEnumerable

Remove() public méthode

public Remove ( int docid ) : void
docid int
Résultat void

Property Details

DOCS public_oe property

public SkipList2 DOCS
Résultat SkipList2

rand public_oe property

public Random,System rand
Résultat System.Random