Bagikan melalui


IMLCustomModel Antarmuka

Definisi

Antarmuka yang menentukan model CoreML kustom.

[Foundation.Protocol(Name="MLCustomModel", WrapperType=typeof(CoreML.MLCustomModelWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMLCustomModel : IDisposable, ObjCRuntime.INativeObject
type IMLCustomModel = interface
    interface INativeObject
    interface IDisposable
Turunan
Atribut
Penerapan

Properti

Handle

Tangani (penunjuk) ke representasi objek yang tidak dikelola.

(Diperoleh dari INativeObject)

Metode

GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError)

Mengembalikan prediksi model untuk , mengingat .

Metode Ekstensi

GetPredictions(IMLCustomModel, IMLBatchProvider, MLPredictionOptions, NSError)

Mengembalikan IMLBatchProvider yang menjelaskan output model yang diberikan dan .

Berlaku untuk