Click or drag to resize

PFPGrowth.CountFeatures 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.IO.RecordReader<Utf8String>
The input.
output
Type: Ookii.Jumbo.IO.RecordWriter<Pair<Utf8String, Int32>>
The output.
config
Type: Ookii.Jumbo.Jet.TaskContext
The configuration
See Also