C# 클래스 natix.SimilaritySearch.KVP

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

공개 프로퍼티들

프로퍼티 타입 설명
K int
assocpivots List
ispivot List
pivs List

공개 메소드들

메소드 설명
Build ( MetricDB db, int k, int m ) : void

Build the index

KVP ( ) : System
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : IResult

메소드 상세

Build() 공개 메소드

Build the index
public Build ( MetricDB db, int k, int m ) : void
db MetricDB
k int
m int
리턴 void

KVP() 공개 메소드

public KVP ( ) : System
리턴 System

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 K, IResult res ) : IResult
q object
K int
res IResult
리턴 IResult

프로퍼티 상세

K 공개적으로 프로퍼티

public int K
리턴 int

assocpivots 공개적으로 프로퍼티

public List assocpivots
리턴 List

ispivot 공개적으로 프로퍼티

public List ispivot
리턴 List

pivs 공개적으로 프로퍼티

public List pivs
리턴 List