RangeAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RangeAttribute(Double, Double, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
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)
参数
- min
- Double
- max
- Double
- logBase
- Boolean
适用于
RangeAttribute(Int32, Int32, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
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)
参数
- min
- Int32
- max
- Int32
- logBase
- Boolean
适用于
RangeAttribute(Single, Single, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
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)
参数
- min
- Single
- max
- Single
- logBase
- Boolean
适用于
RangeAttribute(Double, Double, Double, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
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)
参数
- min
- Double
- max
- Double
- init
- Double
- logBase
- Boolean
适用于
RangeAttribute(Int32, Int32, Int32, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
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)
参数
- min
- Int32
- max
- Int32
- init
- Int32
- logBase
- Boolean
适用于
RangeAttribute(Single, Single, Single, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
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)
参数
- min
- Single
- max
- Single
- init
- Single
- logBase
- Boolean