Parameter.FromIEnumerable<T>(IEnumerable<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a Parameter from a IEnumerable value. The ParameterType will be Array.
public static Microsoft.ML.SearchSpace.Parameter FromIEnumerable<T> (System.Collections.Generic.IEnumerable<T> values);
static member FromIEnumerable : seq<'T> -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromIEnumerable(Of T) (values As IEnumerable(Of T)) As Parameter
Type Parameters
- T
Parameters
- values
- IEnumerable<T>