Bagikan melalui


LearningModelPreview Kelas

Definisi

Dihentikan. Mewakili model pembelajaran mesin.

public ref class LearningModelPreview sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
class LearningModelPreview final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use LearningModel instead of LearningModelPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
class LearningModelPreview final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
public sealed class LearningModelPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use LearningModel instead of LearningModelPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public sealed class LearningModelPreview
Public NotInheritable Class LearningModelPreview
Warisan
Object Platform::Object IInspectable LearningModelPreview
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10, version 1803 (diperkenalkan dalam 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (diperkenalkan dalam v1.0)

Contoh

public async Task LoadModel()
{
    var modelFile = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync("model.onnx");
    LearningModelPreview model = await LearningModelPreview.LoadModelFromStorageFileAsync(modelFile);

	...
}

Keterangan

Peringatan

Ini adalah API yang tidak digunakan lagi. Silakan gunakan namespace Windows.AI.MachineLearning sebagai gantinya.

Properti

Description

Dihentikan. Mendapatkan metadata deskriptif untuk model pembelajaran mesin terlatih.

InferencingOptions

Dihentikan. Mendapatkan atau mengatur opsi inferensi untuk evaluasi model.

Metode

EvaluateAsync(LearningModelBindingPreview, String)

Dihentikan. Evaluasi model pembelajaran mesin secara asinkron menggunakan nilai fitur yang sudah terikat dalam pengikatan.

EvaluateFeaturesAsync(IMap<String,Object>, String)

Dihentikan. Secara asinkron mengevaluasi nama instans variabel sebagai input dan output untuk model.

LoadModelFromStorageFileAsync(IStorageFile)

Dihentikan. Secara asinkron memuat model dari penyimpanan file.

LoadModelFromStreamAsync(IRandomAccessStreamReference)

Dihentikan. Secara asinkron memuat model dari aliran yang disediakan.

Berlaku untuk