ModeAggregatorFactory Class

NReco.PivotData Class Library Documentation
ModeAggregator factory component.
Inheritance Hierarchy

System.Object
  NReco.PivotData.ModeAggregatorFactory

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

public class ModeAggregatorFactory : IAggregatorFactory

The ModeAggregatorFactory type exposes the following members.

Constructors

  NameDescription
Public methodModeAggregatorFactory(String)
Initializes a new instance of the ModeAggregatorFactory for the specified field (single-value mode).
Public methodModeAggregatorFactory(String, Boolean)
Initializes a new instance of the ModeAggregatorFactory for the specified field and mode type (single or multi-value).
Top
Properties

  NameDescription
Public propertyField
Public propertyMultimodal
Top
Methods

  NameDescription
Public methodCreate()
Public methodCreate(Object)
Public methodEquals (Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides Object.ToString().)
Top
Examples

new ModeAggregatorFactory("employee_age")
See Also

Reference