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

Statistics (Inherited from LinearMulticlassModelParametersBase)

Methods

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

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

Applies to