UniformDoubleOption(Double, Double, Boolean, Nullable<Double>) 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 UniformDoubleOption utilisation min
et defaultValue
max
.
public UniformDoubleOption (double min, double max, bool logBase = false, double? defaultValue = default);
new Microsoft.ML.SearchSpace.Option.UniformDoubleOption : double * double * bool * Nullable<double> -> Microsoft.ML.SearchSpace.Option.UniformDoubleOption
Public Sub New (min As Double, max As Double, Optional logBase As Boolean = false, Optional defaultValue As Nullable(Of Double) = Nothing)
Paramètres
- min
- Double
- max
- Double
- logBase
- Boolean