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