Click or drag to resize
Accord.NET (logo)

GroupingGroupIndices Property

Gets or sets the group index labels.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int[] GroupIndices { get; set; }
Request Example View Source

Property Value

Type: Int32
The group indices.
See Also