C# 클래스 natix.SimilaritySearch.EPListOptimized

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

공개 메소드들

메소드 설명
EPListOptimized ( ) : System
EPListOptimized ( MetricDB DB, int num_indexes, Random rand, int max_iters, double error_factor ) : System

보호된 메소드들

메소드 설명
ComputeDistRow ( int piv, DynamicSequentialOrdered idxseq, Random rand, List pivs, List _items ) : DynamicSequential.Stats
expected_cost ( double qrad, double varX, double varY, int n, int num_pivots, int num_indexes, double error_factor ) : double

메소드 상세

ComputeDistRow() 보호된 메소드

protected ComputeDistRow ( int piv, DynamicSequentialOrdered idxseq, Random rand, List pivs, List _items ) : DynamicSequential.Stats
piv int
idxseq DynamicSequentialOrdered
rand System.Random
pivs List
_items List
리턴 DynamicSequential.Stats

EPListOptimized() 공개 메소드

public EPListOptimized ( ) : System
리턴 System

EPListOptimized() 공개 메소드

public EPListOptimized ( MetricDB DB, int num_indexes, Random rand, int max_iters, double error_factor ) : System
DB MetricDB
num_indexes int
rand System.Random
max_iters int
error_factor double
리턴 System

expected_cost() 보호된 메소드

protected expected_cost ( double qrad, double varX, double varY, int n, int num_pivots, int num_indexes, double error_factor ) : double
qrad double
varX double
varY double
n int
num_pivots int
num_indexes int
error_factor double
리턴 double