Поделиться через


FieldAwareFactorizationMachineModelParameters.GetLatentWeights Метод

Определение

Скрытое представление каждой функции. Обратите внимание, что одна функция может иметь FieldCount скрытые векторы, а каждый скрытый вектор содержит LatentDimension значения. В поле f-th скрытый вектор v_{j, f} функции j-th в документе https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdfначинается с latentWeights[j * fieldCount * latentDim + f * latentDim]. Элемент k-th в v_{j, f} является 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)

Возвращаемое значение

Применяется к