Description
I was doing some test and find the issue. FPGrowthModel setMinConfidence should affect rules generation and transform.
Currently associationRules in FPGrowthModel is a lazy val and setMinConfidence in FPGrowthModel has no impact once associationRules got computed .