LinearMulticlassModelParametersBase Class

Definition

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

Applies to