C# Class natix.SimilaritySearch.EPListOptimized

Inheritance: EPList
Mostra file Open project: sadit/natix

Public Methods

Method Description
EPListOptimized ( ) : System
EPListOptimized ( MetricDB DB, int num_indexes, Random rand, int max_iters, double error_factor ) : System

Protected Methods

Method Description
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

Method Details

ComputeDistRow() protected method

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
return DynamicSequential.Stats

EPListOptimized() public method

public EPListOptimized ( ) : System
return System

EPListOptimized() public method

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
return System

expected_cost() protected method

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
return double