C# 클래스 natix.SimilaritySearch.MultiNeighborhoodHash

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

공개 프로퍼티들

프로퍼티 타입 설명
A natix.SimilaritySearch.NeighborhoodHash[]

공개 메소드들

메소드 설명
Build ( MetricDB db, Parameters uparams ) : void

Creates an index for db using the specified number of instances.

EstimateParameters ( MetricDB db, int max_instances, int k, double expected_recall, int num_estimation_queries ) : Parameters
Load ( BinaryReader Input ) : void
MultiNeighborhoodHash ( ) : System
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int knn, IResult res ) : IResult

비공개 메소드들

메소드 설명
_EstimateParameters ( int k, double expected_recall, NeighborhoodHash I, int Q, HashSet res_array ) : int

메소드 상세

Build() 공개 메소드

Creates an index for db using the specified number of instances.
public Build ( MetricDB db, Parameters uparams ) : void
db MetricDB
uparams Parameters
리턴 void

EstimateParameters() 공개 정적인 메소드

public static EstimateParameters ( MetricDB db, int max_instances, int k, double expected_recall, int num_estimation_queries ) : Parameters
db MetricDB
max_instances int
k int
expected_recall double
num_estimation_queries int
리턴 Parameters

Load() 공개 메소드

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

MultiNeighborhoodHash() 공개 메소드

public MultiNeighborhoodHash ( ) : System
리턴 System

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

프로퍼티 상세

A 공개적으로 프로퍼티

public NeighborhoodHash[],natix.SimilaritySearch A
리턴 natix.SimilaritySearch.NeighborhoodHash[]