FieldAwareFactorizationMachineModelParameters.GetLatentWeights 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
각 기능의 잠재적 표현입니다. 하나의 기능에는 잠재적인 벡터가 있을 FieldCount 수 있으며 각 잠재 벡터에는 값이 포함됩니다 LatentDimension . f-th 필드에서 j-th 기능의 잠재 벡터는 v_{j, f}
문서의 https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdflatentWeights[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)