LinearMulticlassModelParameters 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.
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
-
LinearMulticlassModelParameters
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>) |