|   | GridSearchValuesT Method  | 
        
         
              Creates a range of parameter values that should be searched during 
GridSearch.
            
 
    Namespace: 
   Accord.MachineLearning.Performance
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
 Syntax
Syntaxpublic static GridSearchRange<T> Values<T>(
	params T[] values
)
Public Shared Function Values(Of T) ( 
	ParamArray values As T()
) As GridSearchRange(Of T)
Parameters
- values
- Type: T
 The values to be included in GridSearch.
Type Parameters
- T
- The type of the parameter values.
Return Value
Type: 
GridSearchRangeT See Also
See Also