次の方法で共有


LinearMulticlassModelParametersBase クラス

定義

多クラス分類子の一般的な線形モデル。 LinearMulticlassModelParameters には、クラスごとに 1 つの線形モデルが含まれています。

public abstract class LinearMulticlassModelParametersBase : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type LinearMulticlassModelParametersBase = class
    inherit ModelParametersBase<VBuffer<single>>
Public MustInherit Class LinearMulticlassModelParametersBase
Inherits ModelParametersBase(Of VBuffer(Of Single))
継承
LinearMulticlassModelParametersBase
派生

フィールド

Statistics

多クラス分類子の一般的な線形モデル。 LinearMulticlassModelParameters には、クラスごとに 1 つの線形モデルが含まれています。

メソッド

GetBiases()

ロジスティック回帰予測器のバイアスを取得します。

GetWeights(VBuffer<Single>[], Int32)

各クラスの重みベクトルをバッファーのセットにコピーします。

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

ICanSaveModel.Save(ModelSaveContext)

多クラス分類子の一般的な線形モデル。 LinearMulticlassModelParameters には、クラスごとに 1 つの線形モデルが含まれています。

(継承元 ModelParametersBase<TOutput>)

適用対象