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.
Afficher le fichier Open project: tupunco/Tup.Mahout4Net

Méthodes publiques

Méthode Description
GetFirstLevelTree ( int attr ) : FPTree

GetTree ( int level ) : FPTree

Method Details

GetFirstLevelTree() public méthode

public GetFirstLevelTree ( int attr ) : FPTree
attr int
Résultat FPTree

GetTree() public méthode

public GetTree ( int level ) : FPTree
level int
Résultat FPTree