4 references to ScoreSchemaFactory
Microsoft.ML.Data (4)
Prediction\Calibrator.cs (1)
670
OutputSchema =
ScoreSchemaFactory
.CreateBinaryClassificationSchema();
Scorers\SchemaBindablePredictorWrapper.cs (3)
356
new SingleValueRowMapper(schema, this,
ScoreSchemaFactory
.Create(ScoreType, _scoreColumnKind));
525
OutputSchema =
ScoreSchemaFactory
.CreateBinaryClassificationSchema();
696
new SingleValueRowMapper(schema, this,
ScoreSchemaFactory
.CreateQuantileRegressionSchema(ScoreType, _quantiles));