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

适用于