共用方式為


RegressionModelParameters 類別

定義

回歸的模型參數。

public abstract class RegressionModelParameters : Microsoft.ML.Trainers.LinearModelParameters
type RegressionModelParameters = class
    inherit LinearModelParameters
Public MustInherit Class RegressionModelParameters
Inherits LinearModelParameters
繼承
衍生

屬性

Bias

預測器的偏差詞彙。

(繼承來源 LinearModelParameters)
Weights

預測值的特徵權數係數。

(繼承來源 LinearModelParameters)

明確介面實作

ICalculateFeatureContribution.FeatureContributionCalculator

用來判斷每個特徵對 範例 FeatureContributionCalculatingTransformer 分數的貢獻。 對於線性模型,指定特徵的貢獻等於特徵值乘以對應的權數乘積。

(繼承來源 LinearModelParameters)
ICanSaveModel.Save(ModelSaveContext)

回歸的模型參數。

(繼承來源 ModelParametersBase<TOutput>)

適用於