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