Freigeben über


UniformIntOption(Int32, Int32, Boolean, Nullable<Int32>) Konstruktor

Definition

Erstellen Sie eine UniformIntOption Verwendung maxminund defaultValue.

public UniformIntOption (int min, int max, bool logBase = false, int? defaultValue = default);
new Microsoft.ML.SearchSpace.Option.UniformIntOption : int * int * bool * Nullable<int> -> Microsoft.ML.SearchSpace.Option.UniformIntOption
Public Sub New (min As Integer, max As Integer, Optional logBase As Boolean = false, Optional defaultValue As Nullable(Of Integer) = Nothing)

Parameter

min
Int32
max
Int32
logBase
Boolean
defaultValue
Nullable<Int32>

Gilt für: