Freigeben über


IMLCustomModel Schnittstelle

Definition

Schnittstelle, die ein benutzerdefiniertes CoreML-Modell definiert.

[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
Abgeleitet
Attribute
Implementiert

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError)

Gibt die Vorhersage des Modells für zurück.

Erweiterungsmethoden

GetPredictions(IMLCustomModel, IMLBatchProvider, MLPredictionOptions, NSError)

Gibt den zurück IMLBatchProvider , der die Ausgaben des angegebenen Modells und beschreibt.

Gilt für: