ImageClassificationModelParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Methods
Dispose() | |
Finalize() |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelParametersBase<TOutput>) |