共用方式為


FieldAwareFactorizationMachineModelParameters.GetLatentWeights 方法

定義

每個功能的延遲標記法。 請注意,其中一個特徵可能會有 FieldCount 晚期向量,而每個延遲向量都包含 LatentDimension 值。 在 f-th 欄位中,第 j 個特徵在檔中 https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf 的延遲向量 v_{j, f} 從 latentWeights[j * fieldCount * latentDim + f * latentDim 開始。 v_{j, f} 中的 k 元素是 latentWeights[j * fieldCount * latentDim + f * latentDim + k]。 傳回值的大小為 featureCount x fieldCount x latentDim。

public System.Collections.Generic.IReadOnlyList<float> GetLatentWeights ();
member this.GetLatentWeights : unit -> System.Collections.Generic.IReadOnlyList<single>
Public Function GetLatentWeights () As IReadOnlyList(Of Single)

傳回

適用於