C# 클래스 natix.SimilaritySearch.DynamicSequentialOrdered

The sequential index
상속: DynamicSequential
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
order List

보호된 프로퍼티들

프로퍼티 타입 설명
docs HashSet
removed natix.CompactDS.BitStream32

공개 메소드들

메소드 설명
Build ( MetricDB db, IList sample = null ) : void
Build ( MetricDB db, Random rand ) : void

API build command

DynamicSequentialOrdered ( ) : System

Constructor

GetAnyItem ( ) : int
Iterate ( ) : IEnumerable
Remove ( int objID ) : void
SortByPivot ( object piv ) : void

메소드 상세

Build() 공개 메소드

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

Build() 공개 메소드

API build command
public Build ( MetricDB db, Random rand ) : void
db MetricDB
rand System.Random
리턴 void

DynamicSequentialOrdered() 공개 메소드

Constructor
public DynamicSequentialOrdered ( ) : System
리턴 System

GetAnyItem() 공개 메소드

public GetAnyItem ( ) : int
리턴 int

Iterate() 공개 메소드

public Iterate ( ) : IEnumerable
리턴 IEnumerable

Remove() 공개 메소드

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

SortByPivot() 공개 메소드

public SortByPivot ( object piv ) : void
piv object
리턴 void

프로퍼티 상세

docs 보호되어 있는 프로퍼티

protected HashSet docs
리턴 HashSet

order 공개적으로 프로퍼티

public List order
리턴 List

removed 보호되어 있는 프로퍼티

protected BitStream32,natix.CompactDS removed
리턴 natix.CompactDS.BitStream32