FieldAwareFactorizationMachineModelParameters.GetLatentWeights 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每個功能的延遲標記法。 請注意,其中一個特徵可能會有 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)