Implemented interface member:
property
FeatureColumnType
Microsoft.ML.ISingleFeaturePredictionTransformer<TModel>.FeatureColumnType
6 writes to FeatureColumnType
Microsoft.ML.Data (6)
Scorers\PredictionTransformer.cs (6)
232FeatureColumnType = null; 236FeatureColumnType = trainSchema[col].Type; 247FeatureColumnType = null; 251FeatureColumnType = TrainSchema[col].Type; 262FeatureColumnType = null; 266FeatureColumnType = TrainSchema[col].Type;
2 references to FeatureColumnType
Microsoft.ML.Data (2)
Scorers\PredictionTransformer.cs (2)
284if (!inputSchema[col].Type.Equals(FeatureColumnType)) 285throw Host.ExceptSchemaMismatch(nameof(inputSchema), "feature", FeatureColumnName, FeatureColumnType.ToString(), inputSchema[col].Type.ToString());