FieldAwareFactorizationMachineTrainer.Options.ExtraFeatureColumns Field
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.
Extra feature column names. The column named FeatureColumnName stores features from the first field. The i-th string in ExtraFeatureColumns stores the name of the (i+1)-th field's feature column.
public string[] ExtraFeatureColumns;
val mutable ExtraFeatureColumns : string[]
Public ExtraFeatureColumns As String()
Field Value
String[]