C# Class natix.Sets.NTTHashTable

NTT array. Numerical t-threshold algorithm. Based on array
Inheritance: ITThresholdAlgorithm
ファイルを表示 Open project: sadit/natix

Public Methods

Method Description
NTTHashTable ( ) : System
NTTHashTable ( bool sorted_output ) : System
SearchTThreshold ( IList lists, int MinT, IList &docs, IList &cardinalities ) : void

Returns items in at least MinT lists. The output is not necessarily sorted.

Method Details

NTTHashTable() public method

public NTTHashTable ( ) : System
return System

NTTHashTable() public method

public NTTHashTable ( bool sorted_output ) : System
sorted_output bool
return System

SearchTThreshold() public method

Returns items in at least MinT lists. The output is not necessarily sorted.
public SearchTThreshold ( IList lists, int MinT, IList &docs, IList &cardinalities ) : void
lists IList
MinT int
docs IList
cardinalities IList
return void