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