Freigeben über


NestOption Class

Definition

public sealed class NestOption : 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 NestOption = class
    inherit OptionBase
    interface IDictionary<string, OptionBase>
    interface ICollection<KeyValuePair<string, OptionBase>>
    interface seq<KeyValuePair<string, OptionBase>>
    interface IEnumerable
Public NotInheritable Class NestOption
Inherits OptionBase
Implements ICollection(Of KeyValuePair(Of String, OptionBase)), IDictionary(Of String, OptionBase), IEnumerable(Of KeyValuePair(Of String, OptionBase))
Inheritance
NestOption
Implements

Constructors

NestOption()

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