메소드 | 설명 | |
---|---|---|
AddMember ( string s ) : bool |
Test if a string (s) is a member of the set and Step it if it is not.
|
|
AgingMembershipSketch ( long numberOfColumns, long numberOfRows, int bitsPerElement = 2, float fractionRowZerosMin = .45f, float fractionRowZerosMax = .55f ) : System.Threading.Tasks | ||
IsMember ( string s ) : bool |
Test if a string (s) is a member of the set.
|
public AgingMembershipSketch ( long numberOfColumns, long numberOfRows, int bitsPerElement = 2, float fractionRowZerosMin = .45f, float fractionRowZerosMax = .55f ) : System.Threading.Tasks | ||
numberOfColumns | long | |
numberOfRows | long | |
bitsPerElement | int | |
fractionRowZerosMin | float | |
fractionRowZerosMax | float | |
리턴 | System.Threading.Tasks |