FieldAwareFactorizationMachineModelParameters.FieldCount Property
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.
Get the number of fields. It's the symbol m
in the doc: https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf
public int FieldCount { get; }
member this.FieldCount : int
Public ReadOnly Property FieldCount As Integer