|
GroupingOptions Constructor (String)
|
Constructs a new Options object for the given column.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Options(
string name
)
Public Sub New (
name As String
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the column to create this options for.
See Also