Share via


SearchSpace Class

Definition

public sealed class SearchSpace : Microsoft.ML.SearchSpace.Option.OptionBase, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Option.OptionBase>>, System.Collections.Generic.IDictionary<string,Microsoft.ML.SearchSpace.Option.OptionBase>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Option.OptionBase>>
type SearchSpace = class
    inherit OptionBase
    interface IDictionary<string, OptionBase>
    interface ICollection<KeyValuePair<string, OptionBase>>
    interface seq<KeyValuePair<string, OptionBase>>
    interface IEnumerable
Public NotInheritable Class SearchSpace
Inherits OptionBase
Implements ICollection(Of KeyValuePair(Of String, OptionBase)), IDictionary(Of String, OptionBase), IEnumerable(Of KeyValuePair(Of String, OptionBase))
Inheritance
SearchSpace
Implements

Constructors

SearchSpace()

Properties

Count
Default
FeatureSpaceDim
IsReadOnly
Item[String]
Keys
Step
Values

Methods

Add(KeyValuePair<String,OptionBase>)
Add(String, OptionBase)
Clear()
Contains(KeyValuePair<String,OptionBase>)
ContainsKey(String)
CopyTo(KeyValuePair<String,OptionBase>[], Int32)
GetEnumerator()
MappingToFeatureSpace(Parameter)
Remove(KeyValuePair<String,OptionBase>)
Remove(String)
SampleFromFeatureSpace(Double[])
TryGetValue(String, OptionBase)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to