C# Class Tup.Mahout4Net.Fpm.PfpGrowth.FPGrowth.FPTreeDepthCache

Caches large FPTree {@link Object} for each level of the recursive {@link FPGrowth} algorithm to reduce allocation overhead.
ファイルを表示 Open project: tupunco/Tup.Mahout4Net

Public Methods

Method Description
GetFirstLevelTree ( int attr ) : FPTree

GetTree ( int level ) : FPTree

Method Details

GetFirstLevelTree() public method

public GetFirstLevelTree ( int attr ) : FPTree
attr int
return FPTree

GetTree() public method

public GetTree ( int level ) : FPTree
level int
return FPTree