  | FrequentPattern Constructor  | 
  
    Namespace: 
   Ookii.Jumbo.Jet.Samples.FPGrowth
    Assembly:
   Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntaxpublic FrequentPattern(
	IEnumerable<Utf8String> items,
	int support
)
Public Sub New ( 
	items As IEnumerable(Of Utf8String),
	support As Integer
)
public:
FrequentPattern(
	IEnumerable<Utf8String^>^ items, 
	int support
)
new : 
        items : IEnumerable<Utf8String> * 
        support : int -> FrequentPatternParameters
- items
 - Type: System.Collections.GenericIEnumerableUtf8String
The items. May be . - support
 - Type: SystemInt32
The support. 
See Also