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