Click or drag to resize
Accord.NET (logo)

GridSearchRangeCollectionGetKeyForItem Method

Returns the identifying value for an item on this collection.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected override string GetKeyForItem(
	GridSearchRange item
)
Request Example View Source

Parameters

item
Type: Accord.MachineLearningGridSearchRange

Return Value

Type: String
See Also