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
失敗時發生錯誤。
傳回
- 屬性