LinearMulticlassModelParameters Class

Definition

Linear model of multiclass classifiers. It outputs raw scores of all its linear models, and no probablistic output is provided.

public sealed class LinearMulticlassModelParameters : Microsoft.ML.Trainers.LinearMulticlassModelParametersBase
type LinearMulticlassModelParameters = class
    inherit LinearMulticlassModelParametersBase
Public NotInheritable Class LinearMulticlassModelParameters
Inherits LinearMulticlassModelParametersBase
Inheritance

Fields

Name Description
Statistics (Inherited from LinearMulticlassModelParametersBase)

Methods

Name Description
GetBiases()

Gets the biases for the logistic regression predictor.

(Inherited from LinearMulticlassModelParametersBase)
GetWeights(VBuffer<Single>[], Int32)

Copies the weight vector for each class into a set of buffers.

(Inherited from LinearMulticlassModelParametersBase)

Explicit Interface Implementations

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

Applies to