Click or drag to resize

FrequentPattern Constructor

Initializes a new instance of the FrequentPattern class.

Namespace:  Ookii.Jumbo.Jet.Samples.FPGrowth
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public FrequentPattern(
	IEnumerable<Utf8String> items,
	int support
)

Parameters

items
Type: System.Collections.GenericIEnumerableUtf8String
The items. May be .
support
Type: SystemInt32
The support.
See Also