FieldAwareFactorizationMachineModelParameters.GetLinearWeights Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Os coeficientes lineares dos recursos. É o símbolo w
no documento: 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)