MLModel.GetPrediction 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetPrediction(IMLFeatureProvider, NSError) |
对 |
GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError) |
对 |
GetPrediction(IMLFeatureProvider, NSError)
对 input
进行预测。
[Foundation.Export("predictionFromFeatures:error:")]
public virtual CoreML.IMLFeatureProvider GetPrediction (CoreML.IMLFeatureProvider input, out Foundation.NSError error);
abstract member GetPrediction : CoreML.IMLFeatureProvider * -> CoreML.IMLFeatureProvider
override this.GetPrediction : CoreML.IMLFeatureProvider * -> CoreML.IMLFeatureProvider
参数
- input
- IMLFeatureProvider
要从中进行预测的功能。
- error
- NSError
如果失败,则为发生的错误。
返回
- 属性
适用于
GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError)
对 input
进行预测。
[Foundation.Export("predictionFromFeatures:options:error:")]
public virtual CoreML.IMLFeatureProvider GetPrediction (CoreML.IMLFeatureProvider input, CoreML.MLPredictionOptions options, out Foundation.NSError error);
abstract member GetPrediction : CoreML.IMLFeatureProvider * CoreML.MLPredictionOptions * -> CoreML.IMLFeatureProvider
override this.GetPrediction : CoreML.IMLFeatureProvider * CoreML.MLPredictionOptions * -> CoreML.IMLFeatureProvider
参数
- input
- IMLFeatureProvider
要从中进行预测的功能。
- options
- MLPredictionOptions
有关用于预测的资源的选项。
- error
- NSError
如果失败,则为发生的错误。
返回
- 属性