ImageClassificationModelParameters クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
画像分類予測器。 このクラスは、トレーニング済みのディープ ニューラル ネットワーク (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))
- 継承
- 実装
メソッド
Dispose() |
画像分類予測器。 このクラスは、トレーニング済みのディープ ニューラル ネットワーク (DNN) モデルをカプセル化し、画像のスコア付けに使用します。 |
Finalize() |
画像分類予測器。 このクラスは、トレーニング済みのディープ ニューラル ネットワーク (DNN) モデルをカプセル化し、画像のスコア付けに使用します。 |
明示的なインターフェイスの実装
ICanSaveModel.Save(ModelSaveContext) |
画像分類予測器。 このクラスは、トレーニング済みのディープ ニューラル ネットワーク (DNN) モデルをカプセル化し、画像のスコア付けに使用します。 (継承元 ModelParametersBase<TOutput>) |