Parameter.Remove Method

Definition

Overloads

Remove(KeyValuePair<String,Parameter>)

Source:
Parameter.cs
Source:
Parameter.cs
Source:
Parameter.cs

Removes the first occurrence of a specific object from the ICollection<T>.

C#
public bool Remove(System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Parameter> item);

Parameters

Returns

Implements

Applies to

ML.NET Preview and other versions
Product Versions
ML.NET 2.0.0, 3.0.0, 4.0.0, Preview

Remove(String)

Source:
Parameter.cs
Source:
Parameter.cs
Source:
Parameter.cs

Removes the element with the specified key from the IDictionary<TKey,TValue>.

C#
public bool Remove(string key);

Parameters

key
String

Returns

Implements

Applies to

ML.NET Preview and other versions
Product Versions
ML.NET 2.0.0, 3.0.0, 4.0.0, Preview