Click or drag to resize

PFPGrowth Properties

The PFPGrowth type exposes the following members.

Properties
 NameDescription
Public propertyAccumulatorTaskCount Gets or sets the number of feature count accumulator tasks.
Public propertyAggregateTaskCount Gets or sets the aggregate task count.
Public propertyBinaryOutput Gets or sets a value indicating whether the output format is binary.
Public propertyBlockSize Gets or sets the block size of the job's output files.
(Inherited from BaseJobRunner)
Public propertyConfigOnly Gets or sets a value indicating whether the job runner will only create and print the job configuration, instead of running the job.
(Inherited from JobBuilderJob)
Public propertyDfsConfiguration Gets or sets the configuration used to access the Distributed File System.
(Inherited from Configurable)
Protected propertyFileSystemClient Gets the DFS client.
(Inherited from BaseJobRunner)
Public propertyFPGrowthTaskCount Gets or sets the FP growth task count.
Public propertyGroups Gets or sets the number of groups.
Public propertyInputPath Gets or sets the input path.
Public propertyIsInteractive Gets or sets a value that indicates whether the job runner should wait for user input before starting the job and before exitting.
(Inherited from BaseJobRunner)
Protected propertyJetClient Gets the jet client.
(Inherited from BaseJobRunner)
Public propertyJetConfiguration Gets or sets the configuration used to access the Jet servers.
(Inherited from Configurable)
Public propertyJobOrStageProperties Gets or sets the property values that will override predefined values in the job configuration.
(Inherited from BaseJobRunner)
Public propertyJobOrStageSettings Gets or sets additional job or stage settings that will be defined in the job configuration.
(Inherited from BaseJobRunner)
Public propertyMinSupport Gets or sets the min support.
Public propertyOutputPath Gets or sets the output path.
Public propertyOverwriteOutput Gets or sets a value that indicates whether the output directory should be deleted, if it exists, before the job is executed.
(Inherited from BaseJobRunner)
Public propertyPartitionsPerTask Gets or sets a value indicating the number of partitions per task for the MineTransactions stage.
Public propertyPatternCount Gets or sets the pattern count.
Public propertyReplicationFactor Gets or sets the replication factor of the job's output files.
(Inherited from BaseJobRunner)
Public propertyTaskContext Gets or sets the configuration for the task attempt.
(Inherited from Configurable)
Top
See Also