C# 클래스 BloomFilter, weekly-algorithms

파일 보기 프로젝트 열기: xamarin/weekly-algorithms 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string str ) : void
BloomFilter ( int size, IEnumerable _hashes ) : System
Lookup ( string str ) : bool
Occupancy ( ) : float

메소드 상세

Add() 공개 메소드

public Add ( string str ) : void
str string
리턴 void

BloomFilter() 공개 메소드

public BloomFilter ( int size, IEnumerable _hashes ) : System
size int
_hashes IEnumerable
리턴 System

Lookup() 공개 메소드

public Lookup ( string str ) : bool
str string
리턴 bool

Occupancy() 공개 메소드

public Occupancy ( ) : float
리턴 float