LinearMulticlassModelParametersBase 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.
Common linear model of multiclass classifiers. LinearMulticlassModelParameters contains a single linear model per class.
public abstract class LinearMulticlassModelParametersBase : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type LinearMulticlassModelParametersBase = class
inherit ModelParametersBase<VBuffer<single>>
Public MustInherit Class LinearMulticlassModelParametersBase
Inherits ModelParametersBase(Of VBuffer(Of Single))
- Inheritance
- Derived
Fields
Statistics |
Methods
GetBiases() |
Gets the biases for the logistic regression predictor. |
GetWeights(VBuffer<Single>[], Int32) |
Copies the weight vector for each class into a set of buffers. |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelParametersBase<TOutput>) |