C# 클래스 natix.SimilaritySearch.ApproxGraphKNR

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

공개 프로퍼티들

프로퍼티 타입 설명
SampleSize int

공개 메소드들

메소드 설명
ApproxGraphKNR ( ) : System
ApproxGraphKNR ( ApproxGraph ag, int sample_size ) : System
Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void
GetStartingPoints ( object q, int num_starting_points ) : Result
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult final_result ) : IResult

메소드 상세

ApproxGraphKNR() 공개 메소드

public ApproxGraphKNR ( ) : System
리턴 System

ApproxGraphKNR() 공개 메소드

public ApproxGraphKNR ( ApproxGraph ag, int sample_size ) : System
ag ApproxGraph
sample_size int
리턴 System

Build() 공개 메소드

public Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void
db MetricDB
arity short
repeat_search short
sample_size int
리턴 void

GetStartingPoints() 공개 메소드

public GetStartingPoints ( object q, int num_starting_points ) : Result
q object
num_starting_points int
리턴 Result

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

프로퍼티 상세

SampleSize 공개적으로 프로퍼티

public int SampleSize
리턴 int