Click or drag to resize

PFPGrowthCountFeatures Method

Counts the features.

Namespace:  Ookii.Jumbo.Jet.Samples.FPGrowth
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public static void CountFeatures(
	RecordReader<Utf8String> input,
	RecordWriter<Pair<Utf8String, int>> output,
	TaskContext config
)

Parameters

input
Type: Ookii.Jumbo.IORecordReaderUtf8String
The input.
output
Type: Ookii.Jumbo.IORecordWriterPairUtf8String, Int32
The output.
config
Type: Ookii.Jumbo.JetTaskContext
The configuration
See Also