Estimator.Addition 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Addition(Entity, Estimator) | |
Addition(Estimator, Entity) | |
Addition(Estimator, Estimator) |
Addition(Entity, Estimator)
public static Microsoft.ML.AutoML.Entity operator + (Microsoft.ML.AutoML.Entity left, Microsoft.ML.AutoML.Estimator right);
static member ( + ) : Microsoft.ML.AutoML.Entity * Microsoft.ML.AutoML.Estimator -> Microsoft.ML.AutoML.Entity
Public Shared Operator + (left As Entity, right As Estimator) As Entity
매개 변수
- left
- Entity
- right
- Estimator
반환
적용 대상
Addition(Estimator, Entity)
public static Microsoft.ML.AutoML.Entity operator + (Microsoft.ML.AutoML.Estimator left, Microsoft.ML.AutoML.Entity right);
static member ( + ) : Microsoft.ML.AutoML.Estimator * Microsoft.ML.AutoML.Entity -> Microsoft.ML.AutoML.Entity
Public Shared Operator + (left As Estimator, right As Entity) As Entity
매개 변수
- left
- Estimator
- right
- Entity
반환
적용 대상
Addition(Estimator, Estimator)
public static Microsoft.ML.AutoML.Entity operator + (Microsoft.ML.AutoML.Estimator left, Microsoft.ML.AutoML.Estimator right);
static member ( + ) : Microsoft.ML.AutoML.Estimator * Microsoft.ML.AutoML.Estimator -> Microsoft.ML.AutoML.Entity
Public Shared Operator + (left As Estimator, right As Estimator) As Entity
매개 변수
- left
- Estimator
- right
- Estimator