OneVersusAllModelParameters 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.
Model parameters for OneVersusAllTrainer.
public sealed class OneVersusAllModelParameters : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type OneVersusAllModelParameters = class
inherit ModelParametersBase<VBuffer<single>>
Public NotInheritable Class OneVersusAllModelParameters
Inherits ModelParametersBase(Of VBuffer(Of Single))
- Inheritance
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelParametersBase<TOutput>) |