C# 클래스 natix.SimilaritySearch.ApproxGraphIS

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

공개 프로퍼티들

프로퍼티 타입 설명
Restarts int

공개 메소드들

메소드 설명
ApproxGraphIS ( ) : System
Build ( MetricDB db, int neighbors, int restarts ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : IResult

메소드 상세

ApproxGraphIS() 공개 메소드

public ApproxGraphIS ( ) : System
리턴 System

Build() 공개 메소드

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

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

프로퍼티 상세

Restarts 공개적으로 프로퍼티

public int Restarts
리턴 int