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