|
ColumnOptionCollectionTOptions, TFilterGetKeyForItem Method
|
Extracts the key from the specified column options.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxprotected override string GetKeyForItem(
TOptions item
)
Protected Overrides Function GetKeyForItem (
item As TOptions
) As String
Request Example
View SourceParameters
- item
- Type: TOptions
Return Value
Type:
String
See Also