UniformIntOption(Int32, Int32, Boolean, Nullable<Int32>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez une UniformIntOption utilisation min
, max
et 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)
Paramètres
- min
- Int32
- max
- Int32
- logBase
- Boolean