RangeAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RangeAttribute(Double, Double, Boolean) |
인증 요청을 처리하는 데 사용하는 RangeAttribute |
RangeAttribute(Int32, Int32, Boolean) |
인증 요청을 처리하는 데 사용하는 RangeAttribute |
RangeAttribute(Single, Single, Boolean) |
인증 요청을 처리하는 데 사용하는 RangeAttribute |
RangeAttribute(Double, Double, Double, Boolean) |
인증 요청을 처리하는 데 사용하는 RangeAttribute |
RangeAttribute(Int32, Int32, Int32, Boolean) |
인증 요청을 처리하는 데 사용하는 RangeAttribute |
RangeAttribute(Single, Single, Single, Boolean) |
인증 요청을 처리하는 데 사용하는 RangeAttribute |
RangeAttribute(Double, Double, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
인증 요청을 처리하는 데 사용하는 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)
매개 변수
- min
- Double
- max
- Double
- logBase
- Boolean
적용 대상
RangeAttribute(Int32, Int32, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
인증 요청을 처리하는 데 사용하는 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)
매개 변수
- min
- Int32
- max
- Int32
- logBase
- Boolean
적용 대상
RangeAttribute(Single, Single, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
인증 요청을 처리하는 데 사용하는 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)
매개 변수
- min
- Single
- max
- Single
- logBase
- Boolean
적용 대상
RangeAttribute(Double, Double, Double, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
인증 요청을 처리하는 데 사용하는 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)
매개 변수
- min
- Double
- max
- Double
- init
- Double
- logBase
- Boolean
적용 대상
RangeAttribute(Int32, Int32, Int32, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
인증 요청을 처리하는 데 사용하는 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)
매개 변수
- min
- Int32
- max
- Int32
- init
- Int32
- logBase
- Boolean
적용 대상
RangeAttribute(Single, Single, Single, Boolean)
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
- Source:
- RangeAttribute.cs
인증 요청을 처리하는 데 사용하는 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)
매개 변수
- min
- Single
- max
- Single
- init
- Single
- logBase
- Boolean