FieldAwareFactorizationMachineModelParameters.GetLinearWeights Method

Definition

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)

Returns

Applies to