LinearModelParameters クラス

定義

線形モデル パラメーターの基本クラス。

public abstract class LinearModelParameters : Microsoft.ML.Trainers.ModelParametersBase<float>, Microsoft.ML.Trainers.ICalculateFeatureContribution
type LinearModelParameters = class
    inherit ModelParametersBase<single>
    interface ICalculateFeatureContribution
Public MustInherit Class LinearModelParameters
Inherits ModelParametersBase(Of Single)
Implements ICalculateFeatureContribution
継承
LinearModelParameters
派生
実装

プロパティ

名前 説明
Bias

予測器のバイアス項。

Weights

予測器の特徴量の重み係数。

明示的なインターフェイスの実装

名前 説明
ICalculateFeatureContribution.FeatureContributionCalculator

FeatureContributionCalculatingTransformerによって、例のスコアに対する各機能の貢献度を判断するために使用されます。 線形モデルの場合、特定の特徴量の寄与は、特徴値の積と対応する重みの積と等しくなります。

ICanSaveModel.Save(ModelSaveContext)

線形モデル パラメーターの基本クラス。

(継承元 ModelParametersBase<TOutput>)

適用対象