C# 클래스 natix.SimilaritySearch.DynamicSequentialRandom

The sequential index
상속: DynamicSequential
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
DOCS SkipList2
rand System.Random

공개 메소드들

메소드 설명
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

메소드 상세

Build() 공개 메소드

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

DynamicSequentialRandom() 공개 메소드

Constructor
public DynamicSequentialRandom ( ) : System
리턴 System

DynamicSequentialRandom() 공개 메소드

public DynamicSequentialRandom ( int random_seed ) : System
random_seed int
리턴 System

GetAnyItem() 공개 메소드

public GetAnyItem ( ) : int
리턴 int

Iterate() 공개 메소드

public Iterate ( ) : IEnumerable
리턴 IEnumerable

Remove() 공개 메소드

public Remove ( int docid ) : void
docid int
리턴 void

프로퍼티 상세

DOCS 공개적으로 프로퍼티

public SkipList2 DOCS
리턴 SkipList2

rand 공개적으로 프로퍼티

public Random,System rand
리턴 System.Random