FieldAwareFactorizationMachineModelParameters.GetLinearWeights Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The linear coefficients of the features. It's the symbol w
in the doc: https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf
public System.Collections.Generic.IReadOnlyList<float> GetLinearWeights ();
member this.GetLinearWeights : unit -> System.Collections.Generic.IReadOnlyList<single>
Public Function GetLinearWeights () As IReadOnlyList(Of Single)