C# 클래스 natix.SimilaritySearch.ApproxGraphOptRestartsIS

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

공개 메소드들

메소드 설명
ApproxGraphOptRestartsIS ( ) : System
Build ( MetricDB db, int neighbors ) : void
SearchKNN ( object q, int K, IResult res ) : IResult

메소드 상세

ApproxGraphOptRestartsIS() 공개 메소드

public ApproxGraphOptRestartsIS ( ) : System
리턴 System

Build() 공개 메소드

public Build ( MetricDB db, int neighbors ) : void
db MetricDB
neighbors int
리턴 void

SearchKNN() 공개 메소드

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