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