ModeAggregatorFactory Constructor (String, Boolean)

NReco.PivotData Class Library Documentation
Initializes a new instance of the ModeAggregatorFactory for the specified field and mode type (single or multi-value).

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public ModeAggregatorFactory(
	string field,
	bool multimodal
)

Parameters

field
Type: SystemString
field name
multimodal
Type: SystemBoolean
if true mode value is an array that can contain several mode values.
See Also

Reference