2 writes to FeatureColumnTypes
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
323
FeatureColumnTypes
= featureColumnTypes;
355
FeatureColumnTypes
= featureColumnTypes;
3 references to FeatureColumnTypes
Microsoft.ML.StandardTrainers (3)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (3)
378
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "feature", feat,
FeatureColumnTypes
[i].ToString(), null);
380
if (!inputSchema[col].Type.Equals(
FeatureColumnTypes
[i]))
381
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "feature", feat,
FeatureColumnTypes
[i].ToString(), inputSchema[col].Type.ToString());