C# 클래스 natix.SimilaritySearch.ShortPerms

상속: BasicIndex
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
TABLE List>.Dictionary
refs MetricDB

공개 메소드들

메소드 설명
Build ( MetricDB db, int num_refs, Random rand ) : void
GetHash ( object q ) : long
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int knn, IResult res ) : IResult
ShortPerms ( ) : System
ToString ( ) : string

메소드 상세

Build() 공개 메소드

public Build ( MetricDB db, int num_refs, Random rand ) : void
db MetricDB
num_refs int
rand System.Random
리턴 void

GetHash() 공개 메소드

public GetHash ( object q ) : long
q object
리턴 long

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

SearchKNN() 공개 메소드

public SearchKNN ( object q, int knn, IResult res ) : IResult
q object
knn int
res IResult
리턴 IResult

ShortPerms() 공개 메소드

public ShortPerms ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

TABLE 공개적으로 프로퍼티

public Dictionary> TABLE
리턴 List>.Dictionary

refs 공개적으로 프로퍼티

public MetricDB refs
리턴 MetricDB