LinearRegressionModelParameters Třída

Definice

Parametry modelu pro lineární regresi

public sealed class LinearRegressionModelParameters : Microsoft.ML.Trainers.RegressionModelParameters
type LinearRegressionModelParameters = class
    inherit RegressionModelParameters
Public NotInheritable Class LinearRegressionModelParameters
Inherits RegressionModelParameters
Dědičnost

Vlastnosti

Bias

Prediktorův termín předsudku.

(Zděděno od LinearModelParameters)
Weights

Koeficienty hmotnosti prediktoru.

(Zděděno od LinearModelParameters)

Explicitní implementace rozhraní

ICalculateFeatureContribution.FeatureContributionCalculator

Slouží k určení příspěvku jednotlivých funkcí k skóre příkladu podle FeatureContributionCalculatingTransformer. U lineárních modelů je příspěvek dané funkce roven součinu hodnoty funkce, krát odpovídající hmotnost.

(Zděděno od LinearModelParameters)
ICanSaveModel.Save(ModelSaveContext)

Parametry modelu pro lineární regresi

(Zděděno od ModelParametersBase<TOutput>)

Platí pro