Estimator.Multiply 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Multiply(Entity, Estimator) | |
Multiply(Estimator, Entity) | |
Multiply(Estimator, Estimator) |
Multiply(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
傳回
適用於
Multiply(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
傳回
適用於
Multiply(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