Share via


ImageClassificationModelParameters 類別

定義

影像分類預測值。 這個類別會封裝已定型的深度類神經網路 (DNN) 模型,並用來為影像評分。

public sealed class ImageClassificationModelParameters : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>, IDisposable
public sealed class ImageClassificationModelParameters : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type ImageClassificationModelParameters = class
    inherit ModelParametersBase<VBuffer<single>>
    interface IDisposable
type ImageClassificationModelParameters = class
    inherit ModelParametersBase<VBuffer<single>>
Public NotInheritable Class ImageClassificationModelParameters
Inherits ModelParametersBase(Of VBuffer(Of Single))
Implements IDisposable
Public NotInheritable Class ImageClassificationModelParameters
Inherits ModelParametersBase(Of VBuffer(Of Single))
繼承
ImageClassificationModelParameters
實作

方法

Dispose()

影像分類預測值。 這個類別會封裝已定型的深度類神經網路 (DNN) 模型,並用來為影像評分。

Finalize()

影像分類預測值。 這個類別會封裝已定型的深度類神經網路 (DNN) 模型,並用來為影像評分。

明確介面實作

ICanSaveModel.Save(ModelSaveContext)

影像分類預測值。 這個類別會封裝已定型的深度類神經網路 (DNN) 模型,並用來為影像評分。

(繼承來源 ModelParametersBase<TOutput>)

適用於