LinearMulticlassModelParametersBase.GetWeights メソッド

定義

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

public void GetWeights (ref Microsoft.ML.Data.VBuffer<float>[] weights, out int numClasses);
member this.GetWeights : VBuffer * int -> unit
Public Sub GetWeights (ByRef weights As VBuffer(Of Single)(), ByRef numClasses As Integer)

パラメーター

weights
VBuffer<Single>[]

データに合わせて必要に応じて展開される、再利用可能なベクターのセット。

numClasses
Int32

ランクに設定します。これは論理長 weightsでもあります。

適用対象