RangeAttribute Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RangeAttribute(Double, Double, Boolean)
Creare un RangeAttribute
public RangeAttribute (double min, double max, bool logBase = false);
new Microsoft.ML.SearchSpace.RangeAttribute : double * double * bool -> Microsoft.ML.SearchSpace.RangeAttribute
Public Sub New (min As Double, max As Double, Optional logBase As Boolean = false)
Parametri
- min
- Double
- max
- Double
- logBase
- Boolean
Si applica a
RangeAttribute(Int32, Int32, Boolean)
Creare un RangeAttribute
public RangeAttribute (int min, int max, bool logBase = false);
new Microsoft.ML.SearchSpace.RangeAttribute : int * int * bool -> Microsoft.ML.SearchSpace.RangeAttribute
Public Sub New (min As Integer, max As Integer, Optional logBase As Boolean = false)
Parametri
- min
- Int32
- max
- Int32
- logBase
- Boolean
Si applica a
RangeAttribute(Single, Single, Boolean)
Creare un RangeAttribute
public RangeAttribute (float min, float max, bool logBase = false);
new Microsoft.ML.SearchSpace.RangeAttribute : single * single * bool -> Microsoft.ML.SearchSpace.RangeAttribute
Public Sub New (min As Single, max As Single, Optional logBase As Boolean = false)
Parametri
- min
- Single
- max
- Single
- logBase
- Boolean
Si applica a
RangeAttribute(Double, Double, Double, Boolean)
Creare un RangeAttribute
public RangeAttribute (double min, double max, double init, bool logBase = false);
new Microsoft.ML.SearchSpace.RangeAttribute : double * double * double * bool -> Microsoft.ML.SearchSpace.RangeAttribute
Public Sub New (min As Double, max As Double, init As Double, Optional logBase As Boolean = false)
Parametri
- min
- Double
- max
- Double
- init
- Double
- logBase
- Boolean
Si applica a
RangeAttribute(Int32, Int32, Int32, Boolean)
Creare un RangeAttribute
public RangeAttribute (int min, int max, int init, bool logBase = false);
new Microsoft.ML.SearchSpace.RangeAttribute : int * int * int * bool -> Microsoft.ML.SearchSpace.RangeAttribute
Public Sub New (min As Integer, max As Integer, init As Integer, Optional logBase As Boolean = false)
Parametri
- min
- Int32
- max
- Int32
- init
- Int32
- logBase
- Boolean
Si applica a
RangeAttribute(Single, Single, Single, Boolean)
Creare un RangeAttribute
public RangeAttribute (float min, float max, float init, bool logBase = false);
new Microsoft.ML.SearchSpace.RangeAttribute : single * single * single * bool -> Microsoft.ML.SearchSpace.RangeAttribute
Public Sub New (min As Single, max As Single, init As Single, Optional logBase As Boolean = false)
Parametri
- min
- Single
- max
- Single
- init
- Single
- logBase
- Boolean