C# 클래스 Tup.Mahout4Net.Fpm.PfpGrowth.FPGrowth.FrequentPatternMaxHeap

파일 보기 프로젝트 열기: tupunco/Tup.Mahout4Net 1 사용 예제들

공개 메소드들

메소드 설명
AddAll ( FrequentPatternMaxHeap patterns, int attribute, long attributeSupport ) : void
Addable ( long support ) : bool
FrequentPatternMaxHeap ( int numResults, bool subPatternCheck ) : System
GetHeap ( ) : PriorityQueue
Insert ( Pattern frequentPattern ) : void

비공개 메소드들

메소드 설명
AddPattern ( Pattern frequentPattern ) : bool

메소드 상세

AddAll() 공개 메소드

public AddAll ( FrequentPatternMaxHeap patterns, int attribute, long attributeSupport ) : void
patterns FrequentPatternMaxHeap
attribute int
attributeSupport long
리턴 void

Addable() 공개 메소드

public Addable ( long support ) : bool
support long
리턴 bool

FrequentPatternMaxHeap() 공개 메소드

public FrequentPatternMaxHeap ( int numResults, bool subPatternCheck ) : System
numResults int
subPatternCheck bool
리턴 System

GetHeap() 공개 메소드

public GetHeap ( ) : PriorityQueue
리턴 PriorityQueue

Insert() 공개 메소드

public Insert ( Pattern frequentPattern ) : void
frequentPattern Pattern
리턴 void