ImageClassificationModelParameters Class

Definition

Image Classification predictor. This class encapsulates the trained Deep Neural Network(DNN) model and is used to score images.

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))
Inheritance
ImageClassificationModelParameters
Implements

Methods

Dispose()
Finalize()

Explicit Interface Implementations

ICanSaveModel.Save(ModelSaveContext) (Inherited from ModelParametersBase<TOutput>)

Applies to