MLModel.GetPrediction 方法

定义

重载

GetPrediction(IMLFeatureProvider, NSError)

input进行预测。

GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError)

input进行预测。

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

如果失败,则为发生的错误。

返回

属性

适用于