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>)

適用対象