共用方式為


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

失敗時發生錯誤。

傳回

屬性

適用於